Skip to content

Commit

Permalink
get quote back, otherwise python3.10 got cast into python3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kefeimo committed Mar 7, 2023
1 parent 4f71ca9 commit 5983784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8, 3.9, 3.10 ]
python-version: [ '3.8', '3.9', '3.10' ]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 5983784

Please sign in to comment.