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 ee0c926 commit f1d3523Copy full SHA for f1d3523
.github/workflows/pypi.yml
@@ -68,12 +68,12 @@ jobs:
68
- uses: actions/download-artifact@v5
69
# Try uploading to Test PyPI first, in case something fails.
70
- name: Publish to Test PyPI 🧪
71
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
72
with:
73
repository-url: https://test.pypi.org/legacy/
74
packages-dir: wheel/
75
- name: Publish to PyPI 🚀
76
77
78
79
- name: Publish GitHub release 🐙
0 commit comments