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:
1919
2020 - name : setup-pypi
2121 run : |
22- poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
2322 poetry self add poetry-pyinstaller-plugin
2423 poetry self add poetry-plugin-taskipy
2524
2625 - name : build
27- run : poetry publish --build
26+ run : |
27+ poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
28+ poetry publish --build
2829
2930 - name : Release
3031 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " repo-scaffold"
3- version = " 0.2 .0"
3+ version = " 0.1 .0"
44description = " shawn deng repo temple project"
55authors = [" colyerdeng <colyerdeng@tencent.com>" ]
66license = " MIT"
7- readme = {file = " README.md" , content-type = " text/markdown" }
7+ readme = " README.md"
8+ include = [
9+ " template-python/**/*"
10+ ]
811
912[tool .poetry .dependencies ]
1013python = " ^3.12"
1114cookiecutter = " ^2.6.0"
1215click = " ^8.1.8"
13- githubkit = " ^0.12.2"
1416
1517[tool .poetry .group .dev .dependencies ]
1618ruff = " ^0.8.4"
You can’t perform that action at this time.
0 commit comments