diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16e03df..c6a7f95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + PYPI_TEMP_TOKEN: ${{ secrets.PYPI_LOCAST_TOKEN }} + run: poetry publish --build -u __token__ -p $PYPI_LOCAST_TOKEN \ No newline at end of file