Skip to content

Commit 9488f1d

Browse files
committed
use multiple artifacts again
Signed-off-by: cobalt <[email protected]>
1 parent af8d56e commit 9488f1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
permissions: {}
1313

1414
env:
15-
PROJECT: https://pypi.org/p/black
15+
PROJECT: https://pypi.org/p/black-cobaltt7-test
1616

1717
jobs:
1818
configure:
@@ -66,7 +66,6 @@ jobs:
6666
needs: configure
6767
runs-on: ${{ matrix.os }}
6868
strategy:
69-
fail-fast: false
7069
matrix:
7170
include: ${{ fromJson(needs.configure.outputs.include) }}
7271

@@ -82,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)