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 5e507fb commit b0d6c15Copy full SHA for b0d6c15
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
run: python -m build
40
41
- name: Publish
42
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
43
with:
44
password: ${{ secrets.PYPI_TOKEN }}
45
0 commit comments