File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ jobs:
19
19
20
20
- name : setup-pypi
21
21
run : |
22
- poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
23
22
poetry self add poetry-pyinstaller-plugin
24
23
poetry self add poetry-plugin-taskipy
25
24
26
25
- name : build
27
- run : poetry publish --build
26
+ run : |
27
+ poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
28
+ poetry publish --build
28
29
29
30
- name : Release
30
31
uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " repo-scaffold"
3
- version = " 0.2 .0"
3
+ version = " 0.1 .0"
4
4
description = " shawn deng repo temple project"
5
5
authors = [
" colyerdeng <[email protected] >" ]
6
6
license = " MIT"
7
- readme = {file = " README.md" , content-type = " text/markdown" }
7
+ readme = " README.md"
8
+ include = [
9
+ " template-python/**/*"
10
+ ]
8
11
9
12
[tool .poetry .dependencies ]
10
13
python = " ^3.12"
11
14
cookiecutter = " ^2.6.0"
12
15
click = " ^8.1.8"
13
- githubkit = " ^0.12.2"
14
16
15
17
[tool .poetry .group .dev .dependencies ]
16
18
ruff = " ^0.8.4"
You can’t perform that action at this time.
0 commit comments