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.
2 parents a56b59a + 7465a72 commit a9d708aCopy full SHA for a9d708a
.github/workflows/pre-release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: 3.10
+ python-version: "3.10"
20
- name: Install Poetry
21
run: |
22
pip3 install -U git+https://github.com/dclong/xinstall@main
.github/workflows/release.yml
0 commit comments