Skip to content

Commit

Permalink
chore: No upload to PYPI with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jul 4, 2024
1 parent 03584b2 commit eec89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
Publish Python 🐍 distribution 📦 to PyPI
strategy:
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-latest] # container action only available on linux
runs-on: ${{ matrix.runs-on }}
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
environment:
Expand Down

0 comments on commit eec89b7

Please sign in to comment.