Commit 6f5111cc authored by myhloli's avatar myhloli Committed by GitHub

Update python-package.yml

parent b115ee4a
......@@ -30,7 +30,15 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install wheel
run: |
python -m pip install wheel
- name: Build wheel
run: |
python setup.py bdist_wheel
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: wheel-file
path: dist/*.whl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment