Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IshamMohamed authored Nov 6, 2024
1 parent 8ba46c6 commit e8a9d82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false

steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false

steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false

steps:
Expand Down Expand Up @@ -135,6 +135,6 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
twine upload wheelhouse/*

0 comments on commit e8a9d82

Please sign in to comment.