diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ff24a0f..17588bc 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -30,7 +30,6 @@ jobs: # target: armv7 steps: - uses: actions/checkout@v4 - - run: rustup update stable && rustup default stable - uses: arduino/setup-protoc@v3 - uses: actions/setup-python@v5 with: @@ -40,6 +39,7 @@ jobs: with: working-directory: dist/py target: ${{ matrix.platform.target }} + container: 'off' args: --release --out . sccache: 'true' manylinux: auto @@ -64,7 +64,6 @@ jobs: # target: armv7 steps: - uses: actions/checkout@v4 - - run: rustup update stable && rustup default stable - uses: arduino/setup-protoc@v3 - uses: actions/setup-python@v5 with: @@ -74,6 +73,7 @@ jobs: with: working-directory: dist/py target: ${{ matrix.platform.target }} + container: 'off' args: --release --out . sccache: 'true' manylinux: musllinux_1_2 @@ -94,7 +94,6 @@ jobs: # target: x86 steps: - uses: actions/checkout@v4 - - run: rustup update stable && rustup default stable - uses: arduino/setup-protoc@v3 - uses: actions/setup-python@v5 with: @@ -105,6 +104,7 @@ jobs: with: working-directory: dist/py target: ${{ matrix.platform.target }} + container: 'off' args: --release --out . sccache: 'true' - name: Upload wheels @@ -124,7 +124,6 @@ jobs: target: aarch64 steps: - uses: actions/checkout@v4 - - run: rustup update stable && rustup default stable - uses: arduino/setup-protoc@v3 - uses: actions/setup-python@v5 with: @@ -134,6 +133,7 @@ jobs: with: working-directory: dist/py target: ${{ matrix.platform.target }} + container: 'off' args: --release --out . sccache: 'true' - name: Upload wheels