Skip to content

Commit 8b73d66

Browse files
committed
update from bleepblop
1 parent b6ee0c7 commit 8b73d66

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@ jobs:
3838
file $(which python) || true # macOS/Windows compatible
3939
uname -a || systeminfo # Platform info
4040
- name: Build wheel
41-
uses: messense/maturin-action@v1
41+
uses: PyO3/maturin-action@v1
4242
with:
43-
manylinux: auto
4443
command: build
45-
args: >-
46-
--release
47-
-o dist
48-
--interpreter python
49-
${{ matrix.os == 'ubuntu-latest' && '--sdist' || '' }}
44+
args: --release -o dist --find-interpreter
5045
- name: List wheels
5146
run: ls -l dist/
5247
- name: Install wheel
@@ -79,7 +74,7 @@ jobs:
7974
mkdir dist
8075
cp artifacts/wheels-*/* dist/
8176
- name: Publish to PyPI
82-
uses: messense/maturin-action@v1
77+
uses: PyO3/maturin-action@v1
8378
env:
8479
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
8580
with:

0 commit comments

Comments
 (0)