We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a13585 commit e749f34Copy full SHA for e749f34
.github/workflows/main.yml
@@ -139,7 +139,7 @@ jobs:
139
twine upload -u '${{ secrets.PYPI_USERNAME }}' -p '${{ secrets.PYPI_PASSWORD }}' dist/*
140
141
- name: Publish GitHub release
142
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
143
env:
144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145
with:
0 commit comments