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