Skip to content

Commit 09eb0e6

Browse files
authored
Merge pull request #77 from static-frame/76/311-wheels
2 parents 05c6436 + cdc3d67 commit 09eb0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
os: [macOS, Ubuntu, Windows]
6262
major: [3]
63-
minor: [9, 10]
63+
minor: [9, 10, 11]
6464
runs-on: ${{ matrix.os }}-latest
6565
steps:
6666
- uses: actions/checkout@master
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.os == 'macOS' || matrix.os == 'Ubuntu'
7070
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
7171
if: matrix.os == 'Windows'
72-
- uses: pypa/[email protected].1
72+
- uses: pypa/[email protected].2
7373
with:
7474
output-dir: dist
7575
env:

0 commit comments

Comments
 (0)