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 a7e225d commit 295b408Copy full SHA for 295b408
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.5.2
+ uses: pypa/gh-action-pypi-publish@v1.6.4
93
with:
94
skip_existing: true
95
user: __token__
0 commit comments