Skip to content

Commit ab8ccb4

Browse files
committed
Update pip install
1 parent 870f6f8 commit ab8ccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV
2525

2626
- name: Prepare for building release
27-
run: pip install wheel
27+
run: pip install -U pip setuptools wheel twine
2828

2929
- name: Push release to PyPI
3030
run: make release && make release_analytics

0 commit comments

Comments
 (0)