diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 293327b..720b482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: twine check dist/* - name: "📤 Upload Python wheels" uses: actions/upload-artifact@v3 - if: matrix.python == '3.11' + if: matrix.python == '3.9' with: name: wheels path: dist