Skip to content

Commit

Permalink
fix(CI): secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Jul 25, 2023
1 parent c20cd4d commit f505c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
installer-parallel: true
- name: Publish langtest ${{ github.event.release.name }} to pypi
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PYPI_SECRET: ${{ secrets.PYPI_SECRET }}
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
poetry config pypi-token.pypi $PYPI_SECRET
poetry publish --build

0 comments on commit f505c16

Please sign in to comment.