Skip to content

Commit b6c1d13

Browse files
Update comments
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 82f97d9 commit b6c1d13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
needs: build-package
4646
uses: ./.github/workflows/tests.yml
4747

48-
# Publish to Test PyPI for every tag.
48+
# Publish to TestPyPI for every tag.
4949
release-test-pypi:
50-
name: Publish in-dev package to test.pypi.org
50+
name: Publish to TestPyPI
5151
if: |
5252
github.event.repository.fork == false
5353
&& github.event_name == 'push'

0 commit comments

Comments
 (0)