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 74222f8 commit d65af28Copy full SHA for d65af28
.github/workflows/posix.yml
@@ -123,6 +123,7 @@ jobs:
123
-e MB_ML_LIBC="${MB_ML_LIBC}" \
124
-v $(pwd):/openblas $docker_image \
125
/bin/bash -xe /openblas/tools/build_wheel.sh
126
+ sudo chmod -R a+w dist
127
fi
128
129
- uses: actions/[email protected]
.travis.yml
@@ -90,5 +90,6 @@ after_success:
90
- sudo chmod -R a+w /home/travis/.cache
91
- pip install -q git+https://github.com/Anaconda-Platform/[email protected]
92
# Upload libraries to the shared staging area on anaconda.org
93
+ - sudo chmod -R a+w dist
94
- source tools/upload_to_anaconda_staging.sh
95
- upload_wheels
0 commit comments