File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,13 @@ jobs:
2323 profile : minimal
2424 toolchain : stable
2525 override : true
26- - name : Publish Package
26+ - name : Build & Publish to PyPi
2727 if : matrix.os != 'windows-latest'
28- uses : messense/maturin-action@v1
29- with :
30- maturin-version : latest
31- command : publish
32- manylinux : 2014
33- args : --username=__token__ --no-sdist --interpreter=python${{ matrix.python-version }}
28+ run : maturin publish --username __token__ --no-sdist --interpreter python${{ matrix.python-version }} --manylinux=2014 --skip-auditwheel
3429 env :
3530 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
36- - name : Publish Package
31+ - name : Build & Publish to PyPi
3732 if : matrix.os == 'windows-latest'
38- uses : messense/maturin-action@v1
39- with :
40- maturin-version : latest
41- command : publish
42- manylinux : 2014
43- args : --username=__token__ --no-sdist --interpreter=python
33+ run : maturin publish --username=__token__ --no-sdist --interpreter=python --manylinux=2014 --skip-auditwheel
4434 env :
4535 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments