Skip to content

Commit fa219e3

Browse files
Install correct setuptools version
1 parent eb94163 commit fa219e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)