Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Jul 4, 2020
1 parent 8573cb4 commit 4e3d6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
make aioworkers/version.py
echo "__version__ = '$(git describe --tags)'" > aioworkers_redis/version.py
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 4e3d6a0

Please sign in to comment.