Skip to content

Commit

Permalink
add token for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Aug 30, 2024
1 parent df695f0 commit ed74102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
run: |
# make publish main=true
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_API_TOKEN }}
poetry config pypi-token.test-pypi ${{ env.POETRY_TEST_PYPI_TOKEN_PYPI }}
make publish_testpypi main=true
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ed74102

Please sign in to comment.