We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ecab1 commit 6e60c80Copy full SHA for 6e60c80
2 files changed
changelog.d/+b49e4985.changed.md
@@ -0,0 +1 @@
1
+Rename release jobs.
template/.github/workflows/release.yaml.jinja
@@ -28,7 +28,7 @@ jobs:
28
name: python-package-distributions
29
path: dist
30
31
- publish-to-pypi:
+ release-pypi:
32
name: Publish to PyPI
33
if: startsWith(github.ref, 'refs/tags/')
34
needs: build
@@ -47,7 +47,7 @@ jobs:
47
- name: Publish to PyPI
48
uses: pypa/gh-action-pypi-publish@release/v1
49
50
- publish-to-testpypi:
+ release-testpypi:
51
name: Publish to TestPyPI
52
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53
0 commit comments