Skip to content

Commit a62672f

Browse files
using build version
1 parent e1ad462 commit a62672f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/_linux-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ jobs:
196196
job_identifier: ${{ github.workflow }}_${{ inputs.build-environment }}
197197
s3_bucket: ${{ inputs.s3-bucket }}
198198

199+
- name: Clean dist directory before build
200+
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
201+
run: |
202+
rm -rf dist/*
203+
mkdir -p dist
204+
199205
- name: Run Docker container and execute build script
200206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
201207
run: |

0 commit comments

Comments
 (0)