Skip to content

Commit

Permalink
(Issue #94) Test distributions on all possible test setups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Sep 18, 2024
1 parent b188d60 commit 5a62816
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:
needs: [build]
strategy:
matrix:
os: [ubuntu-24.04]
python-version: ["3.12"]
# os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a62816

Please sign in to comment.