Skip to content

Commit

Permalink
Merge pull request #17 from codecov/joseph/move-dependabot-file
Browse files Browse the repository at this point in the history
build: move dependabot and fix python version in build
  • Loading branch information
joseph-sentry committed Apr 25, 2024
2 parents 67ee96c + 132a6c7 commit 5fc0212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 5fc0212

Please sign in to comment.