Skip to content

Commit 42dbdd9

Browse files
authored
Update release.yaml
Oops missed part of the statement
1 parent 3aff1ba commit 42dbdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install -U pip wheel
21+
python -m pip install -U pip wheel setuptools setuptools-scm twine
2222
# python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
2323
- name: Build distributions
2424
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)