We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7640d commit 3736909Copy full SHA for 3736909
package/moleculekit/build.bat
@@ -1,2 +1,8 @@
1
+@echo on
2
+setlocal enabledelayedexpansion
3
+
4
+rem Inject version from rattler/conda build environment
5
+set SETUPTOOLS_SCM_PRETEND_VERSION=%PKG_VERSION%
6
7
%PYTHON% -m build -v -w --no-isolation
8
for %%F in (dist\*.whl) do %PYTHON% -m pip install "%%F"
package/moleculekit/build.sh
@@ -1,2 +1,3 @@
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PKG_VERSION}
$PYTHON -m build -v -w --no-isolation
$PYTHON -m pip install dist/*.whl
0 commit comments