Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Jul 13, 2023
1 parent 9a86992 commit 43551ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
strategy:
matrix:
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +31,7 @@ jobs:
- run: flake8

- name: Publish PyPI package
if: startsWith(github.ref, 'refs/tags/v') && matrix.python == '3.8'
if: startsWith(github.ref, 'refs/tags/v') && matrix.python == '3.11'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 43551ee

Please sign in to comment.