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 b0e597e

Browse filesBrowse files
committed
Pin python version in release
1 parent 4ff8def commit b0e597e
Copy full SHA for b0e597e

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎.github/workflows/build-and-release.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
# Used to host cibuildwheel
2222
- uses: actions/setup-python@v3
23+
with:
24+
python-version: "3.8"
2325

2426
- name: Install cibuildwheel
2527
run: python -m pip install cibuildwheel==2.12.1
@@ -45,6 +47,8 @@ jobs:
4547
with:
4648
submodules: "true"
4749
- uses: actions/setup-python@v3
50+
with:
51+
python-version: "3.8"
4852
- name: Install dependencies
4953
run: |
5054
python -m pip install --upgrade pip build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.