diff --git a/.github/workflows/flintrock.yaml b/.github/workflows/flintrock.yaml index 39a1297..e8d8ba8 100644 --- a/.github/workflows/flintrock.yaml +++ b/.github/workflows/flintrock.yaml @@ -24,7 +24,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14" name: ${{ matrix.os }} / Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v3 @@ -37,7 +36,7 @@ jobs: - run: python -m build - uses: actions/upload-artifact@v3 # Use the latest supported Python to build a standalone package. - if: ${{ matrix.python-version == '3.14' }} + if: ${{ matrix.python-version == '3.13' }} with: name: Flintrock Standalone - ${{ matrix.os }} path: dist/Flintrock-*-standalone-*.zip