We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbb1d7 commit e62129bCopy full SHA for e62129b
.github/workflows/publish-to-pypi-test-net.yml
@@ -1,4 +1,4 @@
1
-name: PyPI
+name: Publish package to PyPI
2
on:
3
release:
4
types: [created]
@@ -22,7 +22,7 @@ jobs:
22
uses: pypa/gh-action-pypi-publish@master
23
with:
24
password: ${{ secrets.TEST_PYPI_API_TOKEN}}
25
- repository_url: https://test.pypi.org/legacy
+ repository_url: https://test.pypi.org/legacy/
26
- name: Publish distribution 📦 to PyPI
27
28
0 commit comments