steps: - task: UsePythonVersion@0 inputs: versionSpec: '3.7.4' addToPath: true - script: | python --version python -m pip install toml click displayName: Installing python dependencies - script: | set -e python packager.py build cp target/release/espanso-*.gz . ls -la displayName: "Cargo build and packaging for MacOS"