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 3ca6686 commit 0938dbdCopy full SHA for 0938dbd
.github/workflows/pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
--wheel
27
--outdir dist/
28
.
29
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
30
name: Upload build artifacts 📦
31
with:
32
name: wheel
@@ -41,7 +41,7 @@ jobs:
41
permissions:
42
contents: write
43
steps:
44
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
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