We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1434da2 + 82998cf commit ccbb1d7Copy full SHA for ccbb1d7
.github/workflows/publish-to-pypi-test-net.yml
@@ -1,4 +1,4 @@
1
-name: Build & Publish Python 🐍 package 📦 to TestPyPI & PyPI
+name: PyPI
2
on:
3
release:
4
types: [created]
@@ -19,11 +19,11 @@ jobs:
19
run: |
20
python setup.py sdist bdist_wheel
21
- name: Publish distribution 📦 to Test PyPI
22
- uses: pypa/gh-action-pypi-publisher@master
+ uses: pypa/gh-action-pypi-publish@master
23
with:
24
password: ${{ secrets.TEST_PYPI_API_TOKEN}}
25
repository_url: https://test.pypi.org/legacy
26
- name: Publish distribution 📦 to PyPI
27
28
29
password: ${{ secrets.PYPI_API_TOKEN}}
0 commit comments