Skip to content

Commit

Permalink
[CI] restore creation of __init__.py files so that we get proper pyth…
Browse files Browse the repository at this point in the history
…on packages
  • Loading branch information
glpatcern committed Aug 28, 2024
1 parent af3049c commit ba816c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Build wheel
run: |
echo "Creating __init__.py files"
find cs3 -type d -exec touch {}/__init__.py \;
echo "Building version ${PACKAGE_VERSION}"
python -m build
Expand Down

0 comments on commit ba816c2

Please sign in to comment.