Skip to content

Commit 5fc0212

Browse files
Merge pull request #17 from codecov/joseph/move-dependabot-file
build: move dependabot and fix python version in build
2 parents 67ee96c + 132a6c7 commit 5fc0212

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
File renamed without changes.

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: PyO3/maturin-action@v1
3131
with:
3232
target: ${{ matrix.target }}
33-
args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12'
33+
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12'
3434
sccache: 'true'
3535
manylinux: auto
3636
- name: Upload wheels
@@ -53,7 +53,7 @@ jobs:
5353
uses: PyO3/maturin-action@v1
5454
with:
5555
target: ${{ matrix.target }}
56-
args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12'
56+
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12'
5757
sccache: 'true'
5858
manylinux: musllinux_1_2
5959
- name: Upload wheels
@@ -77,7 +77,7 @@ jobs:
7777
uses: PyO3/maturin-action@v1
7878
with:
7979
target: ${{ matrix.target }}
80-
args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12'
80+
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12'
8181
sccache: 'true'
8282
- name: Upload wheels
8383
uses: actions/upload-artifact@v3
@@ -99,7 +99,7 @@ jobs:
9999
uses: PyO3/maturin-action@v1
100100
with:
101101
target: ${{ matrix.target }}
102-
args: --release --out dist --interpreter '3.8 3.9 3.10 3.10 3.12'
102+
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12'
103103
sccache: 'true'
104104
- name: Upload wheels
105105
uses: actions/upload-artifact@v3
@@ -126,7 +126,7 @@ jobs:
126126
name: Release
127127
runs-on: ubuntu-latest
128128
if: "startsWith(github.ref, 'refs/tags/')"
129-
needs: [linux, windows, macos, sdist]
129+
needs: [linux, alpine, windows, macos, sdist]
130130
permissions:
131131
id-token: write
132132
steps:

0 commit comments

Comments
 (0)