Skip to content

Commit 5a695d0

Browse files
Trying again with 2.3.2.post1 PUBLISH_NOW
1 parent 96ec2af commit 5a695d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
publish:
166166
needs: [test-linux, test-windows, test-macos]
167167
runs-on: ubuntu-latest
168-
if: "${{ contains(github.event.head_commit.message, 'release: publish') }}"
168+
if: "${{ contains(github.event.head_commit.message, 'PUBLISH_NOW') }}"
169169

170170
steps:
171171
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)