Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed Apr 26, 2022
1 parent 49c003a commit 670904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.py }}
python-version: 3.9

- name: Publish on tag
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 670904d

Please sign in to comment.