Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 17, 2024
1 parent 305091d commit 41721a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
- uses: actions/setup-python@v3

- name: Install requirements
run: python -m pip install cibuildwheel twine
run: python3 -m pip install setuptools wheel twine

- name: Build wheels
run: python -m cibuildwheel . --output-dir wheels
run: python3 setup.py bdist_wheel

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
verify-metadata: true
skip-existing: true
packages-dir: wheels
packages-dir: dist
repository-url: https://upload.pypi.org/legacy/
verbose: true

0 comments on commit 41721a4

Please sign in to comment.