Skip to content

Commit

Permalink
drop 3
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 25, 2023
1 parent 6977ae9 commit df840a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,19 +431,18 @@ jobs:
with:
python-version: ${{ matrix.python-version }}


- name: Unix Build
if: ${{ (matrix.os != 'windows') }}
run: |
python3 -m venv venv
python -m venv venv
source venv/bin/activate
python -m pip install maturin
maturin build --out dist
- name: Windows Build
if: ${{ (matrix.os == 'windows') }}
run: |
python3 -m venv venv
python -m venv venv
.\venv\Scripts\activate
python -m pip install maturin
maturin build --out dist
Expand Down

0 comments on commit df840a6

Please sign in to comment.