File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ jobs:
209209 if : |
210210 needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
211211 with :
212- name : " dist-${{ matrix.target }}-${{ matrix.CIBW_ARCHS }}-${{ github.run_id }}-${{ github.run_attempt }}"
213- path : dist/*
212+ name : " dist-${{ matrix.target }}-${{ matrix.CIBW_ARCHS }}-${{ github.run_id }}-${{ github.run_attempt }}"
213+ path : dist/*
214214
215215 build_sdist :
216216 name : Build source distribution
@@ -254,8 +254,8 @@ jobs:
254254 if : |
255255 needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
256256 with :
257- name : dist-sdist-${{ github.run_id }}-${{ github.run_attempt }}
258- path : dist/*
257+ name : " dist-sdist-${{ github.run_id }}-${{ github.run_attempt }}"
258+ path : dist/*
259259
260260
261261 upload :
@@ -272,7 +272,7 @@ jobs:
272272 steps :
273273 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
274274 with :
275- pattern : dist-*-${{ github.run_id }}-${{ github.run_attempt }}
275+ pattern : " dist-*-${{ github.run_id }}-${{ github.run_attempt }}"
276276 path : dist
277277 merge-multiple : true
278278
You can’t perform that action at this time.
0 commit comments