Skip to content

Commit

Permalink
Merge pull request #4 from HXSecurity/exexute-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
exexute authored Dec 24, 2021
2 parents 835e77f + 1888162 commit acbb2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
sed -i "s/latest/${{ steps.release.outputs.VERSION }}" setup.py
sed -i "s/latest/${{ steps.release.outputs.VERSION }}/g" setup.py
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit acbb2b4

Please sign in to comment.