Skip to content

Commit 21c6270

Browse files
committed
fix workflows config
1 parent 0861499 commit 21c6270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.11
2020
- run: |
21+
python -m pip install wheel setuptools
2122
python setup.py sdist
2223
python setup.py bdist_wheel
2324
- name: Generate a token

0 commit comments

Comments
 (0)