Skip to content

Commit

Permalink
Removed extra $ at pypi_token.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenbaasc committed Oct 2, 2024
1 parent f41c8c5 commit 3eb97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Build and publish to Test PyPI
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: $${{ secrets.PYPI_API_TOKEN }}
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"

0 comments on commit 3eb97ee

Please sign in to comment.