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 01b2ae4 commit c82c3c1Copy full SHA for c82c3c1
.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