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 29, 2024
1 parent 3f84318 commit df695f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
POETRY_TEST_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: |
# make publish base=true
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_API_TOKEN }}
make publish_testpypi base=true
- name: Upload Artifact
Expand Down Expand Up @@ -188,6 +190,8 @@ jobs:
POETRY_TEST_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
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 }}
make publish_testpypi main=true
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit df695f0

Please sign in to comment.