File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ jobs:
55
55
with :
56
56
tag_name : ${{ needs.create_release.outputs.v-version }}
57
57
files : |
58
- panda/debian/pandare- *.whl
59
- panda/debian/pandare_ *.deb
58
+ panda/debian/pandare*.whl
59
+ panda/debian/pandare *.deb
60
60
61
61
- name : Store the PyPanda distribution packages
62
- uses : actions/upload-artifact@v3
62
+ if : ${{ matrix.ubuntu_version == env.PANDA_CONTAINER_UBUNTU_VERSION }}
63
+ uses : actions/upload-artifact@v4
63
64
with :
64
65
name : pypanda
65
- path : panda/debian/pandare- *.whl
66
+ path : panda/debian/pandare*.whl
66
67
if-no-files-found : error
67
68
68
69
- name : ' Login to Docker Registry'
@@ -137,8 +138,7 @@ jobs:
137
138
git push || true
138
139
139
140
publish-to-pypi :
140
- name : >-
141
- Publish Python 🐍 distribution 📦 to PyPI
141
+ name : Publish Python 🐍 distribution 📦 to PyPI
142
142
if : github.repository == 'panda-re/panda' && github.ref == 'refs/heads/dev'
143
143
needs :
144
144
- build_release_assets
You can’t perform that action at this time.
0 commit comments