File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 80
80
python-version : ' 3.10'
81
81
82
82
- name : Install cibuildwheel
83
- run : python -m pip install cibuildwheel==2.11.1
83
+ run : python -m pip install cibuildwheel==2.22.0
84
84
85
85
- name : Install dependencies
86
86
run : |
94
94
95
95
- uses : actions/upload-artifact@v4
96
96
with :
97
- path : ./wheelhouse
98
- overwrite : true
97
+ name : vtzero-wheels-${{ matrix.os }}-${{ strategy.job-index }}
98
+ path : ./wheelhouse/*.whl
99
99
100
100
build_sdist :
101
101
needs : [tests]
@@ -120,17 +120,18 @@ jobs:
120
120
121
121
- uses : actions/upload-artifact@v4
122
122
with :
123
+ name : vtzero-sdist
123
124
path : dist/*.tar.gz
124
- overwrite : true
125
125
126
126
upload_pypi :
127
127
needs : [build_wheels, build_sdist]
128
128
runs-on : ubuntu-latest
129
129
steps :
130
130
- uses : actions/download-artifact@v4
131
131
with :
132
- name : artifact
132
+ pattern : vtzero-*
133
133
path : dist
134
+ merge-multiple : true
134
135
135
136
- uses : pypa/gh-action-pypi-publish@release/v1
136
137
with :
You can’t perform that action at this time.
0 commit comments