Skip to content

Commit c6ea7ec

Browse files
Merge pull request #184 from Sving1024/master
使用新版本 poetry
2 parents e6ace5c + d17ea95 commit c6ea7ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test
33
on:
44
- push
55
- pull_request
6+
- workflow_dispatch
67

78
jobs:
89
build:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ colorful = "^0.5.6"
1616

1717

1818
[build-system]
19-
requires = ["poetry-core<2.0.0"]
19+
requires = ["poetry-core"]
2020
build-backend = "poetry.core.masonry.api"
2121

2222
[project.urls]

0 commit comments

Comments
 (0)