Skip to content

Commit

Permalink
Update pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jun 22, 2021
1 parent 870f6f8 commit ab8ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV

- name: Prepare for building release
run: pip install wheel
run: pip install -U pip setuptools wheel twine

- name: Push release to PyPI
run: make release && make release_analytics
Expand Down

0 comments on commit ab8ccb4

Please sign in to comment.