Skip to content

Commit

Permalink
Update build-and-inspect-python-package (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 21, 2022
1 parent abef8cb commit 85c4874
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
strategy:
matrix:
python-version:
[
"3.6",
"3.7",
"3.8",
"3.9",
"3.10",
"3.11.0-beta - 3.11",
"pypy-3.7",
"pypy-3.8",
]
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-beta - 3.11"
- "pypy-3.7"
- "pypy-3.8"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -108,7 +106,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: hynek/build-and-inspect-python-package@v0.1
- uses: hynek/build-and-inspect-python-package@v1

install-dev:
name: Verify dev env
Expand Down

0 comments on commit 85c4874

Please sign in to comment.