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