From 73acbb6646a23eaa6e0282ce83137810281df058 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 30 Jul 2024 17:41:07 -0500 Subject: [PATCH] fixed syntax --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3181269..58bcb53 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }}