We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3ba5b commit 27200a0Copy full SHA for 27200a0
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python 3.10
17
uses: actions/setup-python@v1
18
with:
19
- python-version: 3.10
+ python-version: '3.10'
20
21
- name: Update version
22
run: sed -i "s/version = .*/version = '${{github.ref_name}}'/" pyproject.toml
0 commit comments