There was an error while loading. Please reload this page.
1 parent d5c04f2 commit c579d29Copy full SHA for c579d29
build_conda.sh
@@ -9,7 +9,7 @@ conda convert -p osx-64 $(find build -name "falmeida-py*.tar.bz2")
9
10
# upload osx
11
anaconda upload $(find osx-64 -name "falmeida-py*.tar.bz2") --force
12
-( cd build && anaconda upload $(find linux-64 -name "falmeida-py*.tar.bz2") --force )
+anaconda upload $(find build/linux-64 -name "falmeida-py*.tar.bz2") --force
13
14
# rm dirs
15
rm -rf build osx-64
pyproject.toml
0 commit comments