Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 12s
CI / Build individual modules (push) Successful in 2m34s
CI / Publish repo (push) Failing after 1m8s

This commit is contained in:
AlmightyHak 2025-06-09 23:37:28 -05:00
parent cb4c9eecb7
commit 44fdb1266d

View file

@ -154,9 +154,9 @@ jobs:
packages: "build-tools;34.0.0"
- name: Set up Python
uses: https://github.com/actions/setup-python@v4
uses: https://github.com/actions/setup-python@v5
with:
python-version: '3.13.4'
python-version: '3.10'
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4