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 b88150b commit eb7b1fcCopy full SHA for eb7b1fc
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build package
35
run: python -m build
36
- name: Publish package
37
- uses: pypa/gh-action-pypi-publish@v1.8.12
+ uses: pypa/gh-action-pypi-publish@v1.8.14
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments