Skip to content

Commit

Permalink
chore: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jan 6, 2022
1 parent 169bf73 commit cc45982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
release:
name: Release to PyPI
runs-on: ubuntu-latest
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
needs: [test]

steps:
Expand Down

0 comments on commit cc45982

Please sign in to comment.