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 f01ba61 commit 9e1e67eCopy full SHA for 9e1e67e
.github/workflows/pypi.yml
@@ -41,7 +41,7 @@ jobs:
41
permissions:
42
contents: write
43
steps:
44
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
45
name: Download build artifacts 📦
46
- name: Create draft release 🐙
47
run: >-
@@ -65,7 +65,7 @@ jobs:
65
66
id-token: write
67
68
69
# Try uploading to Test PyPI first, in case something fails.
70
- name: Publish to Test PyPI 🧪
71
uses: pypa/[email protected]
0 commit comments