Skip to content

Commit

Permalink
[cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 11, 2024
1 parent 18e4a52 commit 321bedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ jobs:
echo "CP_VER=$CP_VER" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Update pip
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 321bedc

Please sign in to comment.