Skip to content

Commit bbb1bd6

Browse files
committed
add missing build step
1 parent d72dd43 commit bbb1bd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
virtualenvs-in-project: true
5757
installer-parallel: true
5858

59+
- name: Build wheels and source tarball
60+
run:
61+
poetry build
62+
5963
- name: create github release
6064
id: create_release
6165
uses: GNS-Science/action-gh-release@master

0 commit comments

Comments
 (0)