Skip to content

Commit 8d7fd9c

Browse files
Merge branch 'main' into publish_to_PyPI
2 parents c2d26e4 + c3f730d commit 8d7fd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-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: |

0 commit comments

Comments
 (0)