Skip to content

Commit

Permalink
Update buildwheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericjs authored Jul 4, 2024
1 parent 8f92a8a commit 384dcc9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
name: dist
path: dist/*.whl
upload:
runs-on: ubuntu-latest

steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Publish package to PyPI
env:
Expand Down

0 comments on commit 384dcc9

Please sign in to comment.