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 2854107 commit f313ab2Copy full SHA for f313ab2
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build package
31
run: python -m build
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295
+ uses: pypa/gh-action-pypi-publish@a8b73a6d88e1c2ae7ee7bf90b8ebba800a10f203
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments