Skip to content

Commit 90b9ccc

Browse files
committed
fix action
1 parent 750a984 commit 90b9ccc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Publish Python distributions to PyPI
22
on:
33
push:
4-
branches: [ main ]
5-
tags:
6-
- 'v\d+\.\d+\.\d+'
4+
branches:
5+
- main
6+
tags:
7+
- 'v\d+\.\d+\.\d+'
78

89
jobs:
910
build-n-publish:

0 commit comments

Comments
 (0)