File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Upload wheels
4949 uses : actions/upload-artifact@v4
5050 with :
51- name : wheels
51+ name : osx- wheels
5252 path : target/wheels
5353 linux :
5454 runs-on : ubuntu-latest
8585 - name : Upload wheels
8686 uses : actions/upload-artifact@v4
8787 with :
88- name : wheels
88+ name : linux- wheels
8989 path : target/wheels
9090 release :
9191 runs-on : ubuntu-latest
9898 steps :
9999 - uses : actions/download-artifact@v4
100100 with :
101- name : wheels
101+ # https://github.com/actions/download-artifact?tab=readme-ov-file#download-all-artifacts
102+ # "To download them to the same directory:"
102103 path : dist/
104+ merge-multiple : true
105+ - name : Display structure of downloaded files
106+ run : ls -R dist/
103107 - name : Publish to PyPI
104108 uses : pypa/gh-action-pypi-publish@release/v1
105109 with :
Original file line number Diff line number Diff line change 3434 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
3535 release-to-pypi :
3636 name : Release to PyPI
37- if : ${{ jobs.release-plz.outputs.releases_created }}
37+ needs : release-plz
38+ permissions :
39+ id-token : write # IMPORTANT: mandatory for trusted publishing
40+ if : ${{ needs.release-plz.outputs.releases_created }}
3841 uses : ./.github/workflows/publish-vortex.yml
You can’t perform that action at this time.
0 commit comments