diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e362429ea..16a5b1d32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,15 +78,6 @@ jobs: python${{ matrix.python-version }} -m pip install --upgrade pip build setuptools setuptools_scm wheel python${{ matrix.python-version }} -m build - - name: Publish distribution 📦s to Test PyPI - if: matrix.python-version == 3.9 && github.repository == 'hackingmaterials/matminer' - uses: pypa/gh-action-pypi-publish@release/v1.5 - with: - skip_existing: true - repository_url: https://test.pypi.org/legacy/ - user: __token__ - password: ${{ secrets.TEST_PYPI_TOKEN }} - auto-gen-release: needs: - test