提交 d77299b2 authored 作者: kees ter brugge's avatar kees ter brugge 提交者: Brandon T. Willard

Update PyPi workflow to also build a wheel

上级 c1fef51d
......@@ -27,9 +27,10 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Build the sdist
- name: Build the sdist and the wheel
run: |
python setup.py sdist
pip install wheel
python setup.py sdist bdist_wheel
- name: Check the sdist installs and imports
run: |
mkdir -p test-sdist
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论