Skip to content

Commit

Permalink
Update publish-to-test-pypi.yml
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
AndrewAnnex committed Dec 2, 2020
1 parent 12029c0 commit dce449c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ published ]

jobs:
- build-n-publish-linux:
build-n-publish-linux:
name: Build and publish SpiceyPy 🌶️ 🥧 Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_PASSWORD }}
- build-n-publish-windows:
build-n-publish-windows:
name: Build and publish SpiceyPy 🌶️ 🥧 Python 🐍 distributions 📦 to PyPI and TestPyPI on Windows
strategy:
matrix:
Expand Down

0 comments on commit dce449c

Please sign in to comment.