Skip to content

Commit

Permalink
chore: more ci fixes for macos/windows (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 17, 2022
1 parent 804c9e5 commit bb6f426
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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-*
Expand Down

0 comments on commit bb6f426

Please sign in to comment.