Skip to content

Commit

Permalink
release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ofpiyush committed May 15, 2020
1 parent e71c5e7 commit e8b74bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
echo ${{github.event.release.tag_name}}
echo ${{github.event.release.tag_name}} > version.txt
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit e8b74bc

Please sign in to comment.