Skip to content

Commit

Permalink
Update publish-to-pypi.yml (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshekaplan authored Oct 13, 2023
1 parent 07c97e9 commit 5db5176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 5db5176

Please sign in to comment.