Skip to content

Commit edb8b78

Browse files
committed
Ensure wheel
1 parent 727bdb2 commit edb8b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Detect version
2424
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV
2525

26+
- name: Prepare for building release
27+
run: pip install wheel
28+
2629
- name: Push release to PyPI
2730
run: make release && make release_analytics
2831

0 commit comments

Comments
 (0)