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.
2 parents 7c5c568 + a379d27 commit e9bc63dCopy full SHA for e9bc63d
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build distribution
24
run: python -m build
25
- name: Publish
26
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
29
- name: Deploy Documentation
0 commit comments