Skip to content

Commit

Permalink
only publishing to testpypi on develop and main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Nov 5, 2024
1 parent 9f24f6e commit ff9087a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' # publish to testPyPI on main and develop branches
needs:
- build
- source-build
Expand Down

0 comments on commit ff9087a

Please sign in to comment.