We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1597b commit 9bd2effCopy full SHA for 9bd2eff
.github/workflows/pypi.yml
@@ -66,14 +66,14 @@ jobs:
66
- uses: actions/download-artifact@v5
67
# Try uploading to Test PyPI first, in case something fails.
68
- name: Publish to Test PyPI 🧪
69
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
70
with:
71
repository-url: https://test.pypi.org/legacy/
72
packages-dir: wheel/
73
skip-existing: true
74
attestations: false
75
- name: Publish to PyPI 🚀
76
77
78
79
- name: Publish GitHub release 🐙
0 commit comments