Skip to content

Commit

Permalink
fix github workflow (unquote version)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneluria committed Jul 6, 2021
1 parent 9cc5c07 commit a1cdc72
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 @@ -31,7 +31,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
run: |
sed -i.bak 's/^version =.*/version = "${{ steps.get_version.outputs.VERSION }}"/' setup.cfg
sed -i.bak 's/^version =.*/version = ${{ steps.get_version.outputs.VERSION }}/' setup.cfg
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down

0 comments on commit a1cdc72

Please sign in to comment.