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 29, 2024
1 parent 7e044f4 commit 453ee39
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
# Should generate universal2 wheels for CP3.8 -- CP3.11
CIBW_ARCHS_MACOS: x86_64 universal2

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

- name: Install twine dependency
run: pip install twine

- name: Publish
Expand All @@ -39,4 +44,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine check ./wheelhouse/*.whl
twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheelhouse/*.whl
twine upload ./wheelhouse/*.whl

0 comments on commit 453ee39

Please sign in to comment.