Skip to content

Commit

Permalink
Disable test PyPI build (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Sep 23, 2024
1 parent 8e99cf6 commit babc62d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit babc62d

Please sign in to comment.