Skip to content

Commit 0ab3e9f

Browse files
Update publish-to-pypi.yaml and trigger
1 parent 5022406 commit 0ab3e9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Publish python PyPI
33
on:
44
push:
55
tags:
6-
- v0.0.0
6+
- v*
7+
78
jobs:
89
build-release:
910
name: Build and publish PyPI
@@ -21,6 +22,8 @@ jobs:
2122
pip3 install .
2223
pip3 install .[pypi]
2324
pip3 install build
25+
pip3 install setuptools>=64
26+
pip3 install setuptools_scm
2427
- name: Build Package
2528
run: |
2629
python -m build --no-isolation

0 commit comments

Comments
 (0)