Skip to content

Commit

Permalink
Change python-version from int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
5yutan5 committed Oct 27, 2022
1 parent b9b9948 commit 1c1a18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- uses: snok/install-poetry@v1

- name: Get tag
Expand Down

0 comments on commit 1c1a18b

Please sign in to comment.