Skip to content

Commit

Permalink
Publish on PyPI instead of TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Aug 4, 2023
1 parent 5a35a5b commit dfddfd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-22.04
environment:
name: pypi
url: https://test.pypi.org/p/click-default-group
url: https://pypi.org/p/click-default-group

permissions:
id-token: write
Expand All @@ -63,5 +63,3 @@ jobs:
name: dist
path: dist/
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit dfddfd6

Please sign in to comment.