We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e5a58d + cccb038 commit 5229a1eCopy full SHA for 5229a1e
.github/workflows/tests_build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install --upgrade coveralls mock
+ pip install --upgrade coveralls mock wheel
22
23
- name: Run unit tests
24
run: coverage run --omit=pythesint/tests/* --source=pythesint setup.py test
@@ -32,7 +32,7 @@ jobs:
32
if: github.event_name == 'release'
33
run: >
34
PYTHESINT_RELEASE="${GITHUB_REF#refs/tags/}"
35
- python setup.py sdist
+ python setup.py sdist bdist_wheel
36
37
- name: Publish Python package
38
0 commit comments