diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31f4ff0..66c92ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }}