We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf6065 commit 4c64b5bCopy full SHA for 4c64b5b
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-python@v3
13
with:
14
- python-version: 3.10
+ python-version: "3.10"
15
- run: pip install hatch
16
- run: hatch build
17
- env:
0 commit comments