Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chemix-lunacy committed Mar 13, 2024
1 parent fc1a56e commit 02d803d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,19 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v3
- name: Build wheels
- name: Install dependencies
run: |
yum update
yum install -y curl wget gnupg
yum install -y https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-1.rh.x86_64.rpm
yum groupinstall -y 'Development Tools'
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Install Rust
run: |
curl https://sh.rustup.rs -sSf | sh
export PATH="/root/.cargo/bin:${PATH}"
export PATH="/root/.local/bin:$PATH"
- name: Build wheels
run: |
cd src
pwsh ./build.ps1 -manyLinux
- name: Upload wheels
Expand Down

0 comments on commit 02d803d

Please sign in to comment.