Skip to content

Commit

Permalink
chore: update Python release CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 8, 2024
1 parent 789efb8 commit 0527f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
- name: Install dependencies
run: |
python3 -m ensurepip
sudo apt-get update
sudo apt-get install -y pkg-config openssl libssl-dev
- name: Build wheels
Expand All @@ -52,7 +52,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --manifest-path=py-hftbacktest/Cargo.toml --release --out dist --find-interpreter
sccache: 'true'
manylinux: 2_28
manylinux: 2_24
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0527f9a

Please sign in to comment.