Skip to content

Commit

Permalink
fix action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 10, 2022
1 parent cb8634d commit 08f1dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
python${{ matrix.python-version }} -m pytest --cov=matminer matminer
- name: Build package
if: matrix.python-version == "3.9"
if: matrix.python-version == 3.9
run: python${{ matrix.python-version }} -m build

- name: Publish distribution 📦s to Test PyPI
if: matrix.python-version == "3.9"
if: matrix.python-version == 3.9
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
skip_existing: true
Expand Down

0 comments on commit 08f1dae

Please sign in to comment.