Skip to content

Commit ba602a8

Browse files
Merge pull request #215 from nucleic/ci-release
Update CI release workflow
2 parents 0177e60 + ff28842 commit ba602a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [windows-latest, ubuntu-latest, macos-latest]
48-
python: [38, 39, 310, 311, 312, 313]
48+
python: [310, 311, 312, 313]
4949
steps:
5050
- name: Checkout
5151
uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181
- name: Store artifacts
8282
uses: actions/upload-artifact@v4
8383
with:
84-
name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }}
84+
name: cibw-wheels-${{ runner.os }}-${{ matrix.python }}
8585
path: dist/*.whl
8686

8787
publish:

0 commit comments

Comments
 (0)