Skip to content

Commit 7871f27

Browse files
committed
consolidate wheels/source builds & artifacts for release
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent a02809f commit 7871f27

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
with:
4444
node-version-file: './ui/.nvmrc'
4545
registry-url: 'https://registry.npmjs.org'
46-
- name: Build UI
47-
run: make build-ui
4846
- id: get-version
4947
uses: ./.github/actions/get-semantic-release-version
5048
with:
@@ -58,7 +56,7 @@ jobs:
5856
run: |
5957
git fetch --tags
6058
git checkout ${VERSION}
61-
pip install -U pip setuptools wheel twine build
59+
pip install -U pip setuptools wheel build
6260
make build-ui
6361
git status
6462
git restore go.mod go.sum

0 commit comments

Comments
 (0)