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 870f6f8 commit ab8ccb4Copy full SHA for ab8ccb4
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV
25
26
- name: Prepare for building release
27
- run: pip install wheel
+ run: pip install -U pip setuptools wheel twine
28
29
- name: Push release to PyPI
30
run: make release && make release_analytics
0 commit comments