Skip to content

Commit

Permalink
Switch githuba-actions to 2FA
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 5, 2023
1 parent 53a11b2 commit 42969e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# manylinux: auto
# target: ${{ matrix.target }}
# command: publish
# args: --no-sdist -u hledoux -p ${{ secrets.PASSWORD_PYPI }}
# args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }}

win-p38:
runs-on: windows-latest
Expand All @@ -29,7 +29,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.8
args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.8

win-p39:
runs-on: windows-latest
Expand All @@ -39,7 +39,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.9
args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.9

win-p310:
runs-on: windows-latest
Expand All @@ -49,7 +49,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.10
args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.10

win-p311:
runs-on: windows-latest
Expand All @@ -59,7 +59,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.11
args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.11


macos-p38:
Expand All @@ -75,7 +75,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist --universal2 -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.8
args: --no-sdist --universal2 -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.8

macos-p39:
runs-on: macos-latest
Expand All @@ -90,7 +90,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist --universal2 -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.9
args: --no-sdist --universal2 -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.9

macos-p310:
runs-on: macos-latest
Expand All @@ -105,7 +105,7 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist --universal2 -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.10
args: --no-sdist --universal2 -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.10

macos-p311:
runs-on: macos-latest
Expand All @@ -120,4 +120,4 @@ jobs:
with:
maturin-version: 0.13.1
command: publish
args: --no-sdist --universal2 -u hledoux -p ${{ secrets.PASSWORD_PYPI }} -i python3.11
args: --no-sdist --universal2 -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.11

0 comments on commit 42969e1

Please sign in to comment.