We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f056 commit f7e1db1Copy full SHA for f7e1db1
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -103,6 +103,7 @@ jobs:
103
name: Publish cloudpickle 🥒 distribution 📦 to TestPyPI
104
needs:
105
- build
106
+ if: github.ref_name == 'main'
107
runs-on: ubuntu-latest
108
109
environment:
0 commit comments