Skip to content

Commit

Permalink
Quote version for Python setup action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Jul 12, 2024
1 parent 4c970a3 commit dc33486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/REUSABLE-wheeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- uses: actions/checkout@v4
with:
submodules: recursive
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Install tools
run: |
pip install twine wheel
Expand Down

0 comments on commit dc33486

Please sign in to comment.