FIX: No TestPyPI
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e652955..66f131c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -54,20 +54,3 @@
       with:
         user: __token__
         password: ${{ secrets.PYPI_API_TOKEN }}
-
-  # TestPyPI on push
-  test_pypi:
-    needs: package
-    runs-on: ubuntu-latest
-    if: github.event_name == 'push'
-    steps:
-    - uses: actions/download-artifact@v3
-      with:
-        name: dist
-        path: dist
-    - name: Publish to TestPyPI
-      uses: pypa/gh-action-pypi-publish@release/v1
-      with:
-        user: __token__
-        password: ${{ secrets.TESTPYPI_API_TOKEN }}
-        repository_url: https://test.pypi.org/legacy/