Skip to content

Commit

Permalink
Set new project specific pypi token.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirEven committed Oct 26, 2024
1 parent 75f47fa commit 1a0ec40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
if: ${{ needs.run_test_suite_workflow.result == 'success' }}

env:
PYPI_TEMP_TOKEN: ${{ secrets.PYPI_TEMP_TOKEN }} # TODO: Set a new token in remote repo settings
run: poetry publish --build -u __token__ -p $PYPI_TEMP_TOKEN
PYPI_TEMP_TOKEN: ${{ secrets.PYPI_LOCAST_TOKEN }}
run: poetry publish --build -u __token__ -p $PYPI_LOCAST_TOKEN

0 comments on commit 1a0ec40

Please sign in to comment.