Skip to content

Commit

Permalink
Merge pull request #25 from konodyuk/dev
Browse files Browse the repository at this point in the history
Prepare for 0.4.0 release
  • Loading branch information
konodyuk authored Apr 14, 2020
2 parents 426d5f8 + 67a2641 commit 3af5ccb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
cp -r tutorials kts
python setup.py sdist bdist_wheel
twine upload dist/*
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include kts/cli/default_config.toml
recursive-include kts/tutorials *
2 changes: 1 addition & 1 deletion kts/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.4.0"

0 comments on commit 3af5ccb

Please sign in to comment.