Skip to content

Commit

Permalink
Merge pull request #148 from CITCOM-project/PyPI_action_setuptool_ver…
Browse files Browse the repository at this point in the history
…sion

Py pi action setuptool version
  • Loading branch information
christopher-wild authored Feb 24, 2023
2 parents 53f5aed + fa219e3 commit 5022406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish python PyPI

on:
push:
tags:
- v0.0.0
jobs:
build-release:
name: Build and publish PyPI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-to-test-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip3 install .
pip3 install .[pypi]
pip3 install build
pip3 install setuptools>=64
pip3 install setuptools_scm
- name: Build Package
run: |
Expand Down

0 comments on commit 5022406

Please sign in to comment.