Skip to content

Commit

Permalink
remove TestPyPI references in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 3, 2025
1 parent 205c641 commit 4385869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
publish-to-testpypi:
publish-to-pypi:
name: Publish Python 🐍 distribution 📦 to PyPI
needs:
- build
Expand All @@ -60,7 +60,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
verbose: true

0 comments on commit 4385869

Please sign in to comment.