Skip to content

Commit ee7c37b

Browse files
Update build-release.yml
1 parent ea6c45a commit ee7c37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- id: setup-python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919
- id: install-tooling
2020
run: |
2121
python -m pip install --upgrade pip
@@ -59,4 +59,4 @@ jobs:
5959
release_name: ${{ env.CURRENT_VERSION }}
6060
body: ${{ github.event.head_commit.message }}
6161
draft: false
62-
prerelease: false
62+
prerelease: false

0 commit comments

Comments
 (0)