Skip to content

Commit 1f85a7e

Browse files
author
Gal Ben David
committed
fixed github deployment workflow
1 parent fc2ab71 commit 1f85a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: messense/maturin-action@v1
3636
with:
3737
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 || '' }}
38+
args: --username=__token__ ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && '' || '--no-sdist' }} --interpreter=python${{ !startsWith(matrix.os, 'windows') && matrix.python-version || '' }}
3939
env:
4040
MATURIN_PASSWORD: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)