We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02585da commit b911e3aCopy full SHA for b911e3a
1 file changed
.github/workflows/check.yml
@@ -145,7 +145,7 @@ jobs:
145
run: python -m build -s -w . -o dist
146
- name: Publish to PyPi
147
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository_owner == 'pypa'
148
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.5
149
with:
150
skip_existing: true
151
user: __token__
0 commit comments