Skip to content

Commit

Permalink
chore: update github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDen-coder committed Dec 25, 2024
1 parent 00f3638 commit a0e5ec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:

- name: setup-pypi
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry self add poetry-pyinstaller-plugin
poetry self add poetry-plugin-taskipy
- name: build
run: poetry publish --build
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
- name: Release
uses: softprops/action-gh-release@v2
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
[tool.poetry]
name = "repo-scaffold"
version = "0.2.0"
version = "0.1.0"
description = "shawn deng repo temple project"
authors = ["colyerdeng <[email protected]>"]
license = "MIT"
readme = {file = "README.md", content-type = "text/markdown"}
readme = "README.md"
include = [
"template-python/**/*"
]

[tool.poetry.dependencies]
python = "^3.12"
cookiecutter = "^2.6.0"
click = "^8.1.8"
githubkit = "^0.12.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.4"
Expand Down

0 comments on commit a0e5ec0

Please sign in to comment.