Skip to content

Commit

Permalink
Merge pull request #215 from nucleic/ci-release
Browse files Browse the repository at this point in the history
Update CI release workflow
  • Loading branch information
MatthieuDartiailh authored Oct 27, 2024
2 parents 0177e60 + ff28842 commit ba602a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python: [38, 39, 310, 311, 312, 313]
python: [310, 311, 312, 313]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }}
name: cibw-wheels-${{ runner.os }}-${{ matrix.python }}
path: dist/*.whl

publish:
Expand Down

0 comments on commit ba602a8

Please sign in to comment.