Skip to content

Commit 5022406

Browse files
Merge pull request #148 from CITCOM-project/PyPI_action_setuptool_version
Py pi action setuptool version
2 parents 53f5aed + fa219e3 commit 5022406

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
pip3 install .
2323
pip3 install .[pypi]
2424
pip3 install build
25+
pip3 install setuptools>=64
2526
pip3 install setuptools_scm
2627
- name: Build Package
2728
run: |

0 commit comments

Comments
 (0)