Skip to content

Commit

Permalink
Fix testpypi urls:
Browse files Browse the repository at this point in the history
I don't remember how or why, but I remember that testpypi needs a .
at the end of the URL, and I can't remember where I found that, or
why it would be true
  • Loading branch information
ayjayt committed Jan 29, 2025
1 parent 6491585 commit fdabb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://pypi.org/p/choreographer
url: https://test.pypi.org/p/choreographer
# Signs this workflow so pypi trusts it
permissions:
id-token: write
Expand All @@ -80,4 +80,4 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy
repository-url: https://test.pypi.org/legacy/.

0 comments on commit fdabb9d

Please sign in to comment.