We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aff1ba commit 42dbdd9Copy full SHA for 42dbdd9
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
19
- name: Install dependencies
20
run: |
21
- python -m pip install -U pip wheel
+ python -m pip install -U pip wheel setuptools setuptools-scm twine
22
# python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
23
- name: Build distributions
24
run: python setup.py sdist bdist_wheel
0 commit comments