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 aa9ad7a commit dfb460dCopy full SHA for dfb460d
.github/workflows/python-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build package
21
run: python -m build
22
- name: Publish package
23
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
24
with:
25
user: __token__
26
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments