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 9b6520d commit 0998fcfCopy full SHA for 0998fcf
.github/workflows/pypi.yml
@@ -30,8 +30,9 @@ jobs:
30
python -m build --wheel .
31
32
- name: Save sdist
33
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
34
with:
35
+ name: artifact
36
path: dist/*.whl
37
if-no-files-found: error
38
@@ -46,7 +47,7 @@ jobs:
46
47
id-token: write
48
if: github.ref == 'refs/heads/main'
49
steps:
- - uses: actions/download-artifact@v2
50
+ - uses: actions/download-artifact@v4
51
52
name: artifact
53
path: dist
@@ -67,9 +68,9 @@ jobs:
67
68
69
if: startsWith(github.ref, 'refs/tags/v')
70
71
72
- name: artifact
73
+ pattern: artifact
74
75
76
- name: Publish package to PyPI
0 commit comments