Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb6f426

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

File tree

1 file changed

+2
-5
lines changed
Filter options

1 file changed

+2
-5
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.