Skip to content

Commit

Permalink
ci: modernize twine check job
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 25, 2024
1 parent 17160b7 commit 709a3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- python-version: "3.12"
toxenv: "py312-18.0"
machine: ubuntu-24.04
- python-version: "3.10"
- python-version: "3.12"
toxenv: "twine_check"
machine: ubuntu-22.04
machine: ubuntu-24.04
services:
postgres:
image: postgres:9.6
Expand Down

0 comments on commit 709a3ac

Please sign in to comment.