Skip to content
Snippets Groups Projects
Unverified Commit 70f2ea0b authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong Committed by GitHub
Browse files

use wheel instead of build

parent 28ca932a
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,12 @@ jobs: ...@@ -32,10 +32,12 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install build python -m pip install --only-binary=numpy,scipy numpy scipy wheel
python -m pip install --only-binary=numpy,scipy numpy scipy
- name: Build package - name: Build package
run: python -m build run: |
python setup.py sdist
python setup.py bdist_wheel
rm dist/*.egg
- name: Publish package - name: Publish package
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment