Skip to content

Commit 7576fff

Browse files
committed
Fix wrong branch name in publish-to-testpypi config file
1 parent 8492f24 commit 7576fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: Publish cloudpickle 🥒 distribution 📦 to TestPyPI
104104
needs:
105105
- build
106-
if: github.ref_name == 'main'
106+
if: github.ref_name == 'master'
107107
runs-on: ubuntu-latest
108108

109109
environment:

0 commit comments

Comments
 (0)