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 066b582 commit f9582e2Copy full SHA for f9582e2
1 file changed
.github/workflows/check.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: build package
90
run: python -m build --sdist --wheel . -o dist
91
- name: publish to PyPI
92
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.5
93
with:
94
skip_existing: true
95
user: __token__
0 commit comments