We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069e5d1 commit 5e400a5Copy full SHA for 5e400a5
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -11,6 +11,9 @@ jobs:
11
uses: actions/setup-python@v1
12
with:
13
python-version: 3.7
14
+ - name: Install build dependencies
15
+ run: >-
16
+ python -m pip install wheel --user
17
- name: 🔨 Build a binary wheel and a source tarball
18
run: >-
19
python setup.py sdist bdist_wheel
0 commit comments