Skip to content

Commit

Permalink
Fix release process Python environment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Feb 21, 2024
1 parent d2e8b8a commit 4e34c04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Create Linux binaries
run: |
source /home/runner/.venv/bin/activate
PYTHONPATH=. python admin/release.py
- name: Create a GitHub release
Expand All @@ -92,6 +93,7 @@ jobs:

- name: Build a binary wheel and a source tarball
run: |
source /home/runner/.venv/bin/activate
sudo rm -rf dist/ build/
python -m build --sdist --wheel --outdir dist/ .
Expand Down

0 comments on commit 4e34c04

Please sign in to comment.