Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao authored May 30, 2024
1 parent f6865d8 commit 5a843e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ jobs:
# Should generate universal2 wheels for CP3.8 -- CP3.11
CIBW_ARCHS_MACOS: x86_64 universal2

- uses: actions/upload-artifact@v2
name: Upload artifacts
with:
path: ./wheelhouse/*.whl

- name: Install twine dependency
run: pip install twine
run: python -m pip install twine

- name: Publish
env:
Expand Down

0 comments on commit 5a843e3

Please sign in to comment.