Skip to content

Commit 646ca56

Browse files
author
Marian Ganisin
committed
add python wheel to build & release
1 parent eada10e commit 646ca56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: '3.7'
14+
- name: setup
15+
run: pip install wheel
1416
- name: build
1517
run: python setup.py ${GITHUB_REF#refs/tags/v} sdist bdist_wheel
1618
- name: release

0 commit comments

Comments
 (0)