Skip to content

Commit

Permalink
Build wheel first
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed May 12, 2021
1 parent 80dc51a commit 64a8e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
pip install setuptools_scm
pip install wheel
python setup.py sdist --dist-dir .artifacts/dist
python setup.py bdist_wheel --dist-dir .artifacts/dist
python setup.py sdist --dist-dir .artifacts/dist
ls .artifacts/dist
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 64a8e7c

Please sign in to comment.