Skip to content

Commit

Permalink
add wheel to nansat release
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed May 21, 2024
1 parent abaf6f5 commit 3412918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fetch-depth: 0

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

- name: 'Deploy package to the Github release'
Expand Down

0 comments on commit 3412918

Please sign in to comment.