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 45f80bd commit 1985af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Set-up python 3.10 for upload
uses: actions/setup-python@v5
with:
pytho-version: "3.10"
python-version: "3.10"
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
- name: Publish
run: |
pip install twine
twine check ./wheelhouse/*.whl
Expand Down

0 comments on commit 1985af3

Please sign in to comment.