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 9107a93 commit a04631e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ jobs:
# Should generate universal2 wheels for CP3.8 -- CP3.11
CIBW_ARCHS_MACOS: x86_64 universal2

- name: Publish
- name: Set-up python 3.10 for upload
uses: actions/setup-python@v5
with:
pytho-version: "pypy3.10"
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
- name: Publish
run: |
pip install twine
twine check ./wheelhouse/*.whl
twine upload --skip-existing ./wheelhouse/*.whl

0 comments on commit a04631e

Please sign in to comment.