Skip to content

Commit 2fcede7

Browse files
Update and rename publish-to-pypi-and-test-pypi.yml to release-and-publish-to-pypi.yml
1 parent 4ca5c92 commit 2fcede7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish-to-pypi-and-test-pypi.yml renamed to .github/workflows/release-and-publish-to-pypi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Release and Publish Python distribution to PyPI and TestPyPI
2-
1+
name: Release and Publish Python distribution to PyPI
32
on: workflow_dispatch
43

54
jobs:
@@ -93,4 +92,4 @@ jobs:
9392
run: >-
9493
gh release upload
9594
"$GITHUB_REF_NAME" dist/**
96-
--repo "$GITHUB_REPOSITORY"
95+
--repo "$GITHUB_REPOSITORY"

0 commit comments

Comments
 (0)