Skip to content

Commit

Permalink
add missing trailing slash in test pypi repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Mar 5, 2024
1 parent b94df66 commit b46fd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipy_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
repository-url: https://test.pypi.org/legacy
repository-url: https://test.pypi.org/legacy/

0 comments on commit b46fd15

Please sign in to comment.