Skip to content

Commit 3412918

Browse files
committed
add wheel to nansat release
1 parent abaf6f5 commit 3412918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
fetch-depth: 0
112112

113113
- name: Build package
114-
run: docker run --rm -v "$(pwd):/src" "$BASE_IMAGE_NAME" python setup.py sdist
114+
run: docker run --rm -v "$(pwd):/src" "$BASE_IMAGE_NAME" python setup.py sdist bdist_wheel
115115
shell: bash
116116

117117
- name: 'Deploy package to the Github release'

0 commit comments

Comments
 (0)