Skip to content

Commit

Permalink
putative fix for windows releases (however, I am unable to test) (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
energynumbers authored Dec 10, 2024
1 parent 7ef5cfd commit 4460733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.platform.interpreter }}
python-version: ${{ matrix.interpreter }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ matrix.platform.interpreter }}
target: ${{ matrix.target }}
args: --release --out dist -i ${{ matrix.interpreter }}
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4460733

Please sign in to comment.