We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6c87a commit f3a6275Copy full SHA for f3a6275
.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.1
+ - uses: pypa/gh-action-pypi-publish@v1.10.2
27
if: github.event_name == 'release'
28
with:
29
user: __token__
0 commit comments