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 809ed23 commit 7e96676Copy full SHA for 7e96676
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
run: python -m build
23
- name: Publish package to PyPI
24
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
25
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
26
with:
27
user: __token__
28
password: ${{ secrets.pypi_token }}
0 commit comments