Skip to content

Commit

Permalink
Add build as dependency for ci/cd gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Jun 9, 2022
1 parent 1eba9ba commit c6f5196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.x"
- name: Install build dependencies
run: python3 -m pip install -U setuptools wheel
run: python3 -m pip install -U setuptools wheel build
- name: Build
run: CONDUCTOR_PYTHON_VERSION=$RELEASE_VERSION python3 -m build
- name: Install publish dependencies
Expand Down

0 comments on commit c6f5196

Please sign in to comment.