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 01b2ae4 + c82c3c1 commit 1f8730cCopy full SHA for 1f8730c
.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/[email protected].12
+ uses: pypa/[email protected].14
26
with:
27
user: __token__
28
password: ${{ secrets.pypi_token }}
0 commit comments