We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f471f commit b8a9f77Copy full SHA for b8a9f77
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v3
17
with:
18
- python-version: \"3.11\"
+ python-version: 3.11
19
- name: Install dependencies
20
run: pip install wheel build
21
- name: Build package
0 commit comments