diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f6f43d1..b382896 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,8 +10,8 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax - architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - - run: python my_script.py + #architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified + #- run: python my_script.py #strategy: # matrix: # python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]