We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eb9b2a + f8d85fa commit 878cf5eCopy full SHA for 878cf5e
.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.12.3
+ - uses: pypa/gh-action-pypi-publish@v1.12.4
27
if: github.event_name == 'release'
28
with:
29
user: __token__
0 commit comments