We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a90e2 commit c09b0ddCopy full SHA for c09b0dd
.github/workflows/publish-to-pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
python-version: 3.12
19
- name: Install dependencies
20
- run: pip install wheel
+ run: pip install wheel setuptools
21
- name: Build
22
run: python setup.py build sdist bdist_wheel
23
- name: Publish distribution 📦 to PyPI
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
51
python-version: ${{ matrix.python-version }}
52
53
54
55
56
0 commit comments