Commit e6220ff committed Oct 17, 2024 · 2 / 2
1 parent 78a18c7 commit e6220ff Copy full SHA for e6220ff
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Build a binary wheel and a source tarball
19
19
run : python -m build
20
20
- name : Store the distribution packages
21
- uses : actions/upload-artifact@v3
21
+ uses : actions/upload-artifact@v4
22
22
with :
23
- name : python-package-distributions
24
- path : dist/*
23
+ name : release-dists
24
+ path : dist/
25
25
publish :
26
26
name : >-
27
27
Publish to PyPI
34
34
id-token : write
35
35
steps :
36
36
- name : Download all the dists
37
- uses : actions/download-artifact@v4.1.7
37
+ uses : actions/download-artifact@v4
38
38
with :
39
- name : python-package-distributions
39
+ name : release-dists
40
40
path : dist/
41
41
- name : Publish package distributions to PyPI
42
42
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments