We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804c9e5 commit bb6f426Copy full SHA for bb6f426
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
uses: actions/setup-python@v4
131
132
- name: Install python-semantic-release
133
- run: python -m pip install python-semantic-release
+ run: pipx install python-semantic-release
134
135
- name: Get Release Tag
136
id: release_tag
@@ -143,11 +143,8 @@ jobs:
143
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
144
fetch-depth: 0
145
146
- - name: Install cibuildwheel
147
- run: python -m pip install cibuildwheel==2.11.3
148
-
149
- name: Build wheels
150
- run: python -m cibuildwheel --output-dir wheelhouse
+ uses: pypa/cibuildwheel@v2.11.3
151
# to supply options, put them in 'env', like:
152
env:
153
CIBW_SKIP: cp36-*
0 commit comments