Skip to content

Commit

Permalink
Update CD workflow #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltine committed Dec 21, 2020
1 parent 29a2ee7 commit 44832e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
git fetch --prune --unshallow --tags
git describe --tags > .version
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 44832e8

Please sign in to comment.