Skip to content

Commit 6e60c80

Browse files
committed
refactor(ci): rename release jobs
1 parent b6ecab1 commit 6e60c80

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.d/+b49e4985.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename release jobs.

template/.github/workflows/release.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: python-package-distributions
2929
path: dist
3030

31-
publish-to-pypi:
31+
release-pypi:
3232
name: Publish to PyPI
3333
if: startsWith(github.ref, 'refs/tags/')
3434
needs: build
@@ -47,7 +47,7 @@ jobs:
4747
- name: Publish to PyPI
4848
uses: pypa/gh-action-pypi-publish@release/v1
4949

50-
publish-to-testpypi:
50+
release-testpypi:
5151
name: Publish to TestPyPI
5252
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5353
needs: build

0 commit comments

Comments
 (0)