Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Aug 14, 2023
1 parent d65fdef commit 8e3733d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ jobs:
f.write(content)
shell: python

- uses: pypa/cibuildwheel@v2.0.1
- uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_ARCHS_MACOS: x86_64
CIBW_SKIP: pp*-macosx*
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: pytest {project}

Expand All @@ -99,7 +97,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.4.2
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 8e3733d

Please sign in to comment.