We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6950 commit 8e5cc5eCopy full SHA for 8e5cc5e
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- shell: bash -el {0}
24
run:
25
python -m build
26
- - uses: pypa/gh-action-pypi-publish@v1.10.3
+ - uses: pypa/gh-action-pypi-publish@v1.11.0
27
if: github.event_name == 'release'
28
with:
29
user: __token__
0 commit comments