Skip to content

Commit

Permalink
ci: switch to the production PyPi endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Aug 7, 2022
1 parent c950886 commit ad27567
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# Fetch all tags
# Fetch all tags; this is needed for hatch-vcs
fetch-depth: 0

- name: Install build dependencies
Expand Down Expand Up @@ -53,5 +53,4 @@ jobs:
with:
skip_existing: true
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: "https://test.pypi.org/legacy/"
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ad27567

Please sign in to comment.