Skip to content

Commit

Permalink
[CI] use pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 5, 2023
1 parent 5f8515f commit ecbfeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: Drakkar-Software/.github/.github/workflows/python3_wheel_workflow.yml@master
secrets:
PYPI_OFFICIAL_UPLOAD_URL: ${{ secrets.PYPI_OFFICIAL_UPLOAD_URL }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: __token__
PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }}

notify:
if: ${{ failure() }}
Expand Down

0 comments on commit ecbfeb3

Please sign in to comment.