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 b6e20c0 commit 6fbeb41Copy full SHA for 6fbeb41
build.sh
@@ -7,11 +7,11 @@ 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
-./venv/bin/python ./setup.py sdist bdist_wheel
11
CONDA_BASE=$(conda info --base)
12
source "${CONDA_BASE}/etc/profile.d/conda.sh"
13
conda create -n coast-toolbox python=3.10
14
conda activate coast-toolbox
15
conda install conda-forge::hdf5
+./venv/bin/python ./setup.py sdist bdist_wheel
16
17
echo "Done!"
0 commit comments