File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212permissions : {}
1313
1414env :
15- PROJECT : https://pypi.org/p/black
15+ PROJECT : https://pypi.org/p/black-cobaltt7-test
1616
1717jobs :
1818 configure :
6666 needs : configure
6767 runs-on : ${{ matrix.os }}
6868 strategy :
69- fail-fast : false
7069 matrix :
7170 include : ${{ fromJson(needs.configure.outputs.include) }}
7271
8281 - name : Upload wheels as workflow artifacts
8382 uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8483 with :
85- name : mypyc-wheels
84+ name : ${{ matrix.only }}- mypyc-wheels
8685 path : wheelhouse/
8786
8887 hatch :
@@ -122,8 +121,9 @@ jobs:
122121 steps :
123122 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
124123 with :
125- name : mypyc-wheels
124+ pattern : " *- mypyc-wheels"
126125 path : wheelhouse/
126+ merge-multiple : true
127127
128128 - name : Publish package distributions to PyPI
129129 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
You can’t perform that action at this time.
0 commit comments