From 820beb2c6eaaeb883fe1d7381454430a0bc93679 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 17 Dec 2022 12:51:24 -1000 Subject: [PATCH] chore: more ci fixes for macos/windows --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee59be47..6bbc697f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: uses: actions/setup-python@v4 - name: Install python-semantic-release - run: python -m pip install python-semantic-release + run: pipx install python-semantic-release - name: Get Release Tag id: release_tag @@ -143,11 +143,8 @@ jobs: ref: "${{ steps.release_tag.outputs.newest_release_tag }}" fetch-depth: 0 - - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.11.3 - - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse + uses: pypa/cibuildwheel@v2.11.3 # to supply options, put them in 'env', like: env: CIBW_SKIP: cp36-*