Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jul 11, 2024
1 parent 811dd5c commit 4ee472b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
pytest tests
- uses: actions/upload-artifact@v4
if: ${{ matrix.python-version == '3.12' }}
with:
name: wheels-mac-py${{ matrix.python-version }}
name: wheels-mac
path: ./python/dist/*.whl

build_win:
Expand Down Expand Up @@ -134,8 +135,9 @@ jobs:
pytest tests -k "not big_read"
- uses: actions/upload-artifact@v4
if: ${{ matrix.python-version == '3.12' }}
with:
name: wheels-win-py${{ matrix.python-version }}
name: wheels-win
path: ./python/dist/*.whl

publish:
Expand Down

0 comments on commit 4ee472b

Please sign in to comment.