We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2ab71 commit 1f85a7eCopy full SHA for 1f85a7e
.github/workflows/deploy.yml
@@ -35,6 +35,6 @@ jobs:
35
uses: messense/maturin-action@v1
36
with:
37
command: publish
38
- args: --username=__token__ ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && '--no-sdist' || '' }} --interpreter=python${{ !startsWith(matrix.os, 'windows') && matrix.python-version || '' }}
+ args: --username=__token__ ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && '' || '--no-sdist' }} --interpreter=python${{ !startsWith(matrix.os, 'windows') && matrix.python-version || '' }}
39
env:
40
MATURIN_PASSWORD: ${{ secrets.pypi_password }}
0 commit comments