Skip to content

Commit db4cb33

Browse files
author
mganisin
authored
Merge pull request 3scale-qe#103 from mganisin/python-wheel
add python wheel to build & release
2 parents eada10e + 646ca56 commit db4cb33

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)