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 12b7391 commit 1005969Copy full SHA for 1005969
.github/workflows/cd.yml
@@ -87,7 +87,7 @@ jobs:
87
twine check ${{ github.workspace }}/dist/*
88
89
- name: Publish to PyPI
90
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
91
with:
92
user: __token__
93
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments