diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf4bef7..d9f0510 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11-dev'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -48,4 +48,4 @@ jobs: docker build --tag ghcr.io/msys2/msys2-web:latest . - name: Deploy image run: | - docker push ghcr.io/msys2/msys2-web:latest \ No newline at end of file + docker push ghcr.io/msys2/msys2-web:latest