Skip to content

Commit babc62d

Browse files
authored
Disable test PyPI build (#941)
1 parent 8e99cf6 commit babc62d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: .github/workflows/test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@ jobs:
7878
python${{ matrix.python-version }} -m pip install --upgrade pip build setuptools setuptools_scm wheel
7979
python${{ matrix.python-version }} -m build
8080
81-
- name: Publish distribution 📦s to Test PyPI
82-
if: matrix.python-version == 3.9 && github.repository == 'hackingmaterials/matminer'
83-
uses: pypa/gh-action-pypi-publish@release/v1.5
84-
with:
85-
skip_existing: true
86-
repository_url: https://test.pypi.org/legacy/
87-
user: __token__
88-
password: ${{ secrets.TEST_PYPI_TOKEN }}
89-
9081
auto-gen-release:
9182
needs:
9283
- test

0 commit comments

Comments
 (0)