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 0d5f6cf commit dcf84dcCopy full SHA for dcf84dc
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build package
23
run: python -m build .
24
- name: Upload package
25
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
26
with:
27
user: __token__
28
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments