Skip to content

Commit 1185b7d

Browse files
authored
Merge pull request #390 from purduesigbots/master
🔀 Backmerge master
2 parents 940c03c + 310e872 commit 1185b7d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update_build_number:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
outputs:
1111
output1: ${{ steps.step1.outputs.test }}
1212
steps:
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, windows-latest, macos-latest]
30+
os: [ubuntu-22.04, windows-latest, macos-latest]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -53,14 +53,14 @@ jobs:
5353

5454
- name: Build Wheel
5555
run: python3 setup.py bdist_wheel
56-
if: matrix.os == 'ubuntu-latest'
56+
if: matrix.os == 'ubuntu-22.04'
5757

5858
- name: Upload Wheel
5959
uses: actions/upload-artifact@v4
6060
with:
6161
name: pros-cli-wheel-${{needs.update_build_number.outputs.output1}}
6262
path: dist/*
63-
if: matrix.os == 'ubuntu-latest'
63+
if: matrix.os == 'ubuntu-22.04'
6464

6565
- name: Run Pyinstaller
6666
run: |

pip_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.4
1+
3.5.5

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.4
1+
3.5.5

win_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.4.0
1+
3.5.5.0

0 commit comments

Comments
 (0)