We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2abb91 commit c8badaaCopy full SHA for c8badaa
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-python@v4
18
+ with:
19
+ python-version: "3.10"
20
- uses: snok/install-poetry@v1
21
with:
22
virtualenvs-create: true
0 commit comments