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 ed317ab commit 7e2245fCopy full SHA for 7e2245f
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
python -m build
49
- name: Publish package
50
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
51
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.13.0
52
with:
53
user: __token__
54
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments