Skip to content

Commit be1c55e

Browse files
Merge pull request #151 from CITCOM-project/pypi_action_setuptools_version
Pypi action setuptools version
2 parents 56a69a3 + 0bb89ad commit be1c55e

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip3 install .
2323
pip3 install .[pypi]
2424
pip3 install build
25-
pip3 install setuptools>=64
25+
pip3 install setuptools --upgrade
2626
pip3 install setuptools_scm
2727
- name: Build Package
2828
run: |

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

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)