Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 committed Apr 13, 2023
1 parent 7ff21c7 commit 6ee0515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
sed -i '' 's/SNAPSHOT/${{ steps.semvers.outputs.patch }}/' ./setup.py
sed -i.bak 's/SNAPSHOT/${{ steps.semvers.outputs.patch }}/' ./setup.py
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 6ee0515

Please sign in to comment.