Skip to content

Commit

Permalink
🔧 set UNSAFE_PYO3_SKIP_VERSION_CHECK via docker-options *2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 26, 2024
1 parent 9391beb commit 3626913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- name: Build wheels (Unix, Linux)
if: matrix.os != 'windows-latest'
uses: PyO3/maturin-action@v1
env:
UNSAFE_PYO3_SKIP_VERSION_CHECK: 1
with:
args: --release --out dist --interpreter ${{ matrix.python_version }}
sccache: 'true'
Expand All @@ -70,6 +72,8 @@ jobs:
- name: Build wheels (NT)
if: matrix.os == 'windows-latest'
uses: PyO3/maturin-action@v1
env:
UNSAFE_PYO3_SKIP_VERSION_CHECK: 1
with:
args: --release --out dist
sccache: 'true'
Expand Down

0 comments on commit 3626913

Please sign in to comment.