Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegdesil committed May 2, 2020
1 parent 969e1f4 commit 8130333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_REPOSITORY: testpypi
run: |
sed -i "s#version=\"DEV\",#version=\"${GITHUB_REF##*/}\",#g" setup.py
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 8130333

Please sign in to comment.