Skip to content

Commit bb6f426

Browse files
authored
chore: more ci fixes for macos/windows (#1109)
1 parent 804c9e5 commit bb6f426

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/setup-python@v4
131131

132132
- name: Install python-semantic-release
133-
run: python -m pip install python-semantic-release
133+
run: pipx install python-semantic-release
134134

135135
- name: Get Release Tag
136136
id: release_tag
@@ -143,11 +143,8 @@ jobs:
143143
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
144144
fetch-depth: 0
145145

146-
- name: Install cibuildwheel
147-
run: python -m pip install cibuildwheel==2.11.3
148-
149146
- name: Build wheels
150-
run: python -m cibuildwheel --output-dir wheelhouse
147+
uses: pypa/cibuildwheel@v2.11.3
151148
# to supply options, put them in 'env', like:
152149
env:
153150
CIBW_SKIP: cp36-*

0 commit comments

Comments
 (0)