Skip to content

Commit

Permalink
Install build in venv during release
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai committed Nov 3, 2023
1 parent 8fc511f commit 1882b0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Setup venv
run: . ./setup_dev_env.sh

- name: Install build
run: python -m pip install -U build

- name: Bump version as release
run: |
source venv/bin/activate
Expand All @@ -32,6 +29,7 @@ jobs:
- name: Build package
run: |
source venv/bin/activate
python -m pip install -U build
python -m build
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 1882b0b

Please sign in to comment.