diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 499f5729..1cd0f5cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: jobs: update_build_number: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: output1: ${{ steps.step1.outputs.test }} steps: @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-22.04, windows-latest, macos-latest] steps: - uses: actions/checkout@v4 @@ -53,14 +53,14 @@ jobs: - name: Build Wheel run: python3 setup.py bdist_wheel - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-22.04' - name: Upload Wheel uses: actions/upload-artifact@v4 with: name: pros-cli-wheel-${{needs.update_build_number.outputs.output1}} path: dist/* - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-22.04' - name: Run Pyinstaller run: | diff --git a/pip_version b/pip_version index e5b8a844..7d280e2c 100644 --- a/pip_version +++ b/pip_version @@ -1 +1 @@ -3.5.4 \ No newline at end of file +3.5.5 diff --git a/version b/version index e5b8a844..7d280e2c 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.5.4 \ No newline at end of file +3.5.5 diff --git a/win_version b/win_version index 2770e01e..85889ba6 100644 --- a/win_version +++ b/win_version @@ -1 +1 @@ -3.5.4.0 \ No newline at end of file +3.5.5.0