Skip to content

Commit

Permalink
fix test.pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
moskomule committed Feb 1, 2023
1 parent f9c3d45 commit 67b815f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/
skip_existing: true

0 comments on commit 67b815f

Please sign in to comment.