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 35d0f32 commit 9176e40Copy full SHA for 9176e40
.github/workflows/publish.yml
@@ -19,6 +19,6 @@ jobs:
19
run: |
20
python -m build
21
- name: Upload
22
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.13.0
23
with:
24
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments