Skip to content

Commit

Permalink
Another change to yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
TimArnettThales committed Apr 12, 2024
1 parent 56839b0 commit 03ff54c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
env:
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.builds.python_requires }}
CIBW_BUILD: "cp3*"
run:
python -m cibuildwheel --output-dir wheelhouse
run: python -m cibuildwheel --output-dir wheelhouse
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 03ff54c

Please sign in to comment.