Skip to content

Commit ba816c2

Browse files
committed
[CI] restore creation of __init__.py files so that we get proper python packages
1 parent af3049c commit ba816c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Build wheel
2828
run: |
29+
echo "Creating __init__.py files"
30+
find cs3 -type d -exec touch {}/__init__.py \;
2931
echo "Building version ${PACKAGE_VERSION}"
3032
python -m build
3133

0 commit comments

Comments
 (0)