fixed syntax
Some checks failed
Build / build-windows-binary (push) Failing after 15s

This commit is contained in:
Jonathan Branan 2024-07-30 17:41:07 -05:00
parent 82ad280aa8
commit 73acbb6646

View File

@ -27,9 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.4'
# cache: 'pip' # caching pip dependencies
with:
python-version: '3.12.4'
# cache: 'pip' # caching pip dependencies
# - name: Upload Release Asset
## env:
# GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}