Skip to content

Commit 5e3e8d1

Browse files
committed
update
1 parent 82c0d89 commit 5e3e8d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-pypi-core.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
7272
run: |
73-
$PYTHON -m poetry run maturin build --release --strip --interpreter python${{ matrix.python-version }}
73+
$PYTHON -m poetry run maturin build --release --strip --only-binary --interpreter python${{ matrix.python-version }}
7474
find ./target/wheels/
7575
$PYTHON -m poetry run maturin publish --username __token__ --interpreter python${{ matrix.python-version }}
7676
windows:
@@ -105,7 +105,7 @@ jobs:
105105
env:
106106
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
107107
run: |
108-
poetry run maturin build --release --strip --interpreter python
108+
poetry run maturin build --release --strip --interpreter --only-binary python
109109
dir target\wheels\
110110
poetry run maturin publish --username __token__ --interpreter python
111111
macos-x64:
@@ -141,7 +141,7 @@ jobs:
141141
env:
142142
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
143143
run: |
144-
poetry run maturin build --release --strip --interpreter python${{ matrix.python-version }}
144+
poetry run maturin build --release --strip --interpreter --only-binary python${{ matrix.python-version }}
145145
find ./target/wheels/
146146
pip install target/wheels/underthesea_core*.whl
147147
poetry run maturin publish --username __token__ --interpreter python${{ matrix.python-version }}
@@ -171,6 +171,6 @@ jobs:
171171
run: |
172172
export PATH="${PWD}/poetry/bin:${PATH}"
173173
$PYTHON --version
174-
poetry run maturin build --release --strip --interpreter $PYTHON
174+
poetry run maturin build --release --strip --interpreter --only-binary $PYTHON
175175
find ./target/wheels/
176176
poetry run maturin publish --username __token__ --interpreter $PYTHON

0 commit comments

Comments
 (0)