Skip to content

Commit a9d708a

Browse files
authored
Merge pull request #356 from legendu-net/dev
Merge dev into main
2 parents a56b59a + 7465a72 commit a9d708a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020
- name: Install Poetry
2121
run: |
2222
pip3 install -U git+https://github.com/dclong/xinstall@main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020
- name: Install Poetry
2121
run: |
2222
pip3 install -U git+https://github.com/dclong/xinstall@main

0 commit comments

Comments
 (0)