Skip to content

Commit

Permalink
Stop gh actions from parsing "3.10" is a number
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Apr 8, 2022
1 parent 94f692e commit 9a7e3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, 3.10 ]
click-version: [ click~=7.0, click~=8.0 ]
python-version: [ "3.8", "3.9", "3.10" ]
click-version: [ "click~=7.0", "click~=8.0" ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9a7e3da

Please sign in to comment.