We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ad462 commit a62672fCopy full SHA for a62672f
.github/workflows/_linux-build.yml
@@ -196,6 +196,12 @@ jobs:
196
job_identifier: ${{ github.workflow }}_${{ inputs.build-environment }}
197
s3_bucket: ${{ inputs.s3-bucket }}
198
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
+
205
- name: Run Docker container and execute build script
206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207
run: |
0 commit comments