dcd7524
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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