Skip to content

Commit

Permalink
Merge pull request #91 from conductor-sdk/fix/ci-cd-dependency
Browse files Browse the repository at this point in the history
Add build as dependency for ci/cd gh action
  • Loading branch information
v1r3n authored Jun 9, 2022
2 parents 1eba9ba + c6f5196 commit 82faf8e
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 82faf8e

Please sign in to comment.