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 4cdea08 + bd670f7 commit 80c6dfaCopy full SHA for 80c6dfa
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
make build
37
- name: "Publish Python package"
38
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.6.4
39
with:
40
user: __token__
41
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments