Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored May 9, 2024
1 parent fea2edd commit ab872e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
rust-toolchain: stable
- name: Install built wheel
run: |
pip install rlbot
pip install rl_ball_sym_pybinds --no-index --find-links dist --force-reinstall
pip install rlbot_flatbuffers
pip install rl_ball_sym_pybinds --no-index --find-links dist --force-reinstall
python pytest.py
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
container: quay.io/pypa/manylinux_2_28_x86_64:latest
args: --release --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist

0 comments on commit ab872e3

Please sign in to comment.