File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106
106
run : |
107
107
find . -mindepth 2 -type f -exec mv {} . \;
108
108
find . -type d -empty -delete
109
- - uses : actions/upload-artifact@v3
109
+ - uses : actions/upload-artifact@v4
110
110
with :
111
- name : all-dist-${{ github.head_ref || github.ref_name }}
111
+ name : all-dist-${{ github.run_id }}
112
112
path : " ./*"
113
113
publish :
114
114
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
@@ -120,9 +120,9 @@ jobs:
120
120
id-token : write
121
121
steps :
122
122
- name : Download all the dists
123
- uses : actions/download-artifact@v3
123
+ uses : actions/download-artifact@v4
124
124
with :
125
- name : all-dist-${{ github.head_ref || github.ref_name }}
125
+ name : all-dist-- ${{ github.run_id }}
126
126
path : dist/
127
127
- name : Publish distribution 📦 to PyPI
128
128
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments