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 e82e683 commit 5c04285Copy full SHA for 5c04285
build.sh
@@ -7,6 +7,8 @@ mkdir -p build dist
7
echo "Cleaning up old versions..."
8
rm -rf ./build/* ./dist/* ./Example_Python_Package.egg-info
9
echo "Building package for distribution..."
10
+CONDA_BASE=$(conda info --base)
11
+source "${CONDA_BASE}/etc/profile.d/conda.sh"
12
conda activate coast
13
python ./setup.py sdist bdist_wheel
14
generate_conda_meta.sh
@@ -1,3 +1,5 @@
1
#!/bin/bash
2
3
4
5
python setup.py conda
0 commit comments