We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3049c commit ba816c2Copy full SHA for ba816c2
.github/workflows/publish.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Build wheel
28
run: |
29
+ echo "Creating __init__.py files"
30
+ find cs3 -type d -exec touch {}/__init__.py \;
31
echo "Building version ${PACKAGE_VERSION}"
32
python -m build
33
0 commit comments