Changed 'python' command in sdist target.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

The 'python' command might not be the true interpreter. It is
better to use the provided PYTHON_EXE command.
This commit is contained in:
Sylvain Tricot 2022-02-15 15:34:30 +01:00
parent 25fd8114a5
commit 4b75be2045
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ frontend: $(INSTALL_PREFIX)/bin/msspec
dist/msspec-$(VERSION).tar.gz: VERSION dist/msspec-$(VERSION).tar.gz: VERSION
@echo "Creating Python source distribution..." @echo "Creating Python source distribution..."
@python setup.py sdist @$(PYTHON_EXE) setup.py sdist
$(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION $(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION