From 8e3733d3b021c7753c8f07b3099accf64640f047 Mon Sep 17 00:00:00 2001 From: Thomas Oberbichler Date: Mon, 14 Aug 2023 16:42:48 +0200 Subject: [PATCH] Update wheels.yml --- .github/workflows/wheels.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 09642ca..6bec840 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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} @@ -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 }}