diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2267661..5d76457 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,13 +75,6 @@ jobs: python3 -m pip install --upgrade build python3 -m build - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@master with: