File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,16 @@ jobs:
2323 profile : minimal
2424 toolchain : stable
2525 override : true
26+ - name : Install maturin
27+ run : |
28+ python -m pip install --upgrade pip maturin
2629 - name : Build & Publish to PyPi
2730 if : matrix.os != 'windows-latest'
28- run : maturin publish --username __token__ --no-sdist --interpreter python${{ matrix.python-version }} --manylinux=2014 --skip-auditwheel
31+ run : maturin publish --username __token__ --no-sdist --interpreter python${{ matrix.python-version }} --manylinux=2014
2932 env :
3033 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
3134 - name : Build & Publish to PyPi
3235 if : matrix.os == 'windows-latest'
33- run : maturin publish --username=__token__ --no-sdist --interpreter=python --manylinux=2014 --skip-auditwheel
36+ run : maturin publish --username=__token__ --no-sdist --interpreter=python --manylinux=2014
3437 env :
3538 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 11[package ]
22name = " pyrepscan"
3- version = " 0.9.3 "
3+ version = " 0.9.4 "
44authors = [
" Gal Ben David <[email protected] >" ]
55edition = " 2018"
66description = " A Git Repository Secrets Scanner written in Rust"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ strip = true
1414
1515[tool .poetry ]
1616name = " pyrepscan"
17- version = " 0.9.3 "
17+ version = " 0.9.4 "
1818authors = [
" Gal Ben David <[email protected] >" ]
1919description = " A Git Repository Secrets Scanner written in Rust"
2020readme = " README.md"
You can’t perform that action at this time.
0 commit comments