name: Build and deploy on: push: branches: - main jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: huggingface/actions/setup-python@main with: python-version: 3.7 # Set the desired Python version here