Skip to content

Commit 510f67e

Browse files
Merge pull request #15 from praveen-palanisamy/fix-github-action-url-redir
Fixed pypi test url to prevent failure due to redirects
2 parents ccbb1d7 + e62129b commit 510f67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi-test-net.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyPI
1+
name: Publish package to PyPI
22
on:
33
release:
44
types: [created]
@@ -22,7 +22,7 @@ jobs:
2222
uses: pypa/gh-action-pypi-publish@master
2323
with:
2424
password: ${{ secrets.TEST_PYPI_API_TOKEN}}
25-
repository_url: https://test.pypi.org/legacy
25+
repository_url: https://test.pypi.org/legacy/
2626
- name: Publish distribution 📦 to PyPI
2727
uses: pypa/gh-action-pypi-publish@master
2828
with:

0 commit comments

Comments
 (0)