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 68
68
rye build
69
69
- uses : actions/upload-artifact@v4
70
70
with :
71
- name : build
72
- path : ./dist/${{ matrix.package }}
71
+ name : build-${{ matrix.package }}
72
+ path : ./dist
73
73
test-build :
74
74
needs : ['path-filter']
75
75
if : ${{ needs.path-filter.outputs.lbox == 'true' }}
@@ -113,16 +113,16 @@ jobs:
113
113
matrix :
114
114
include : ${{ fromJSON(needs.path-filter.outputs.package-matrix) }}
115
115
environment :
116
- name : PyPI -${{ matrix.package }}
116
+ name : publish -${{ matrix.package }}
117
117
url : ' https://pypi.org/project/${{ matrix.package }}'
118
118
permissions :
119
119
# IMPORTANT: this permission is mandatory for trusted publishing
120
120
id-token : write
121
121
steps :
122
122
- uses : actions/download-artifact@v4
123
123
with :
124
- name : build
125
- path : ./artifact/{{ matrix.package }}
124
+ name : build-${{ matrix.package }}
125
+ path : ./artifact
126
126
- name : Publish package distributions to PyPI
127
127
uses : pypa/gh-action-pypi-publish@release/v1
128
128
with :
You can’t perform that action at this time.
0 commit comments