diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e5bad69..be2be7a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12' sccache: 'true' manylinux: auto - name: Upload wheels @@ -53,7 +53,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12' sccache: 'true' manylinux: musllinux_1_2 - name: Upload wheels @@ -77,7 +77,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -99,7 +99,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -126,7 +126,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] + needs: [linux, alpine, windows, macos, sdist] permissions: id-token: write steps: