Skip to content

Commit

Permalink
Add debug to github action pipline 💩
Browse files Browse the repository at this point in the history
  • Loading branch information
alivx committed Jan 5, 2021
1 parent ca4cf8e commit e9d4f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" > VERSION
echo $(git describe --tags --abbrev=0) > VERSION
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit e9d4f72

Please sign in to comment.