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 6868 rye build
6969 - uses : actions/upload-artifact@v4
7070 with :
71- name : build
72- path : ./dist/${{ matrix.package }}
71+ name : build-${{ matrix.package }}
72+ path : ./dist
7373 test-build :
7474 needs : ['path-filter']
7575 if : ${{ needs.path-filter.outputs.lbox == 'true' }}
@@ -113,16 +113,16 @@ jobs:
113113 matrix :
114114 include : ${{ fromJSON(needs.path-filter.outputs.package-matrix) }}
115115 environment :
116- name : PyPI -${{ matrix.package }}
116+ name : publish -${{ matrix.package }}
117117 url : ' https://pypi.org/project/${{ matrix.package }}'
118118 permissions :
119119 # IMPORTANT: this permission is mandatory for trusted publishing
120120 id-token : write
121121 steps :
122122 - uses : actions/download-artifact@v4
123123 with :
124- name : build
125- path : ./artifact/{{ matrix.package }}
124+ name : build-${{ matrix.package }}
125+ path : ./artifact
126126 - name : Publish package distributions to PyPI
127127 uses : pypa/gh-action-pypi-publish@release/v1
128128 with :
You can’t perform that action at this time.
0 commit comments