We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdaea4 commit 547c8b4Copy full SHA for 547c8b4
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
34
publish-to-pypi:
35
name: >-
36
- Publish Python 🐍 distribution 📦 to PyPI
+ Publish to PyPI
37
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
38
needs:
39
- build
@@ -53,7 +53,7 @@ jobs:
53
uses: pypa/gh-action-pypi-publish@release/v1
54
55
publish-to-testpypi:
56
- name: Publish Python 🐍 distribution 📦 to TestPyPI
+ name: Publish to TestPyPI
57
58
59
runs-on: ubuntu-latest
0 commit comments