Skip to content

Commit 7ebda8c

Browse files
authored
Merge pull request #582 from facelessuser/bugfix/setuptools
Fix sdist license failure with setuptools
2 parents a4a6d94 + 26d6efc commit 7ebda8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: Build source distribution
4949
run: |
50+
python -m pip install -U setuptools
5051
python setup.py sdist --formats=gztar
5152
5253
- name: Upload source distribution

0 commit comments

Comments
 (0)