diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f3c6a9..62cc46d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,28 +53,9 @@ jobs: name: dist path: dist/ - testpypi: - name: Publish to TestPyPI - needs: build - runs-on: ubuntu-latest - environment: testpypi - permissions: - id-token: write - steps: - - name: Download build artifacts - uses: actions/download-artifact@v4 - with: - name: dist - path: dist/ - - - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - pypi: name: Publish to PyPI - needs: testpypi + needs: build runs-on: ubuntu-latest environment: pypi permissions: