Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
going to see if the linux ci will be happy with this
  • Loading branch information
Vhou-Atroph committed Mar 6, 2024
1 parent a2d0102 commit 3816df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
# i cant seem to get the maturin action to work properly for linux
# so i will be trying my best to emulate it with a list of commands instead
- name: Build Wheel
run: |
pip install maturin
maturin build --out dist
maturin build --release --out dist --target ${{ matrix.target }}
- name: Upload Wheel
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3816df2

Please sign in to comment.