Skip to content

Commit

Permalink
Quote the version string in python-publish.yml
Browse files Browse the repository at this point in the history
Without the quotes, this evaluates as a float (3.1)
  • Loading branch information
JacobCallahan committed Aug 30, 2023
1 parent ef0c6ce commit 0f58f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# build/push in lowest support python version
python-version: [ 3.10 ]
python-version: [ "3.10" ]

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

0 comments on commit 0f58f6e

Please sign in to comment.