Skip to content

Commit

Permalink
Update pypi_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torressa committed Apr 25, 2023
1 parent bfe0b10 commit cef3a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi_release.yml
Expand Up @@ -74,12 +74,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, macos-11]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
os: [macos-10.15, macos-11, macos-13]
python-version: [3.9, "3.10", "3.11"]
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
SYSTEM_VERSION_COMPAT: 0
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cef3a04

Please sign in to comment.