We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78992de commit d5b0655Copy full SHA for d5b0655
1 file changed
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
python -m build
33
- name: Upload to PyPI
34
if: github.event_name == 'release'
35
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
36
- name: Upload release assets
37
uses: softprops/[email protected]
38
with:
0 commit comments