Skip to content

Commit eb94163

Browse files
Add dummy trigger to temporarily prevent triggering
1 parent 53f5aed commit eb94163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish python PyPI
22

3+
on:
4+
push:
5+
tags:
6+
- v0.0.0
37
jobs:
48
build-release:
59
name: Build and publish PyPI

0 commit comments

Comments
 (0)