File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed
Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10- with :
11- fetch-depth : 0
1210 - uses : actions/setup-python@v5
1311 with :
1412 python-version : " 3.12"
1513 - uses : abatilo/actions-poetry@v3
16- - run : poetry self add "poetry-dynamic-versioning[plugin]"
1714 - run : poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
1815 - run : poetry publish --build
Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+
6+ permissions :
7+ contents : write
8+ pull-requests : write
9+
10+ name : release-please
11+
12+ jobs :
13+ release-please :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : googleapis/release-please-action@v4
17+ with :
18+ release-type : python
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning " ]
3- build-backend = " poetry_dynamic_versioning.backend "
2+ requires = [" poetry-core>=1.0.0" ]
3+ build-backend = " poetry.core.masonry.api "
44
55[tool .poetry ]
66name = " catppuccin"
7- version = " 0.0 .0"
7+ version = " 2.2 .0"
88description = " 🐍 Soothing pastel theme for Python."
99authors = [
" backwardspy <[email protected] >" ]
1010readme = " README.md"
@@ -36,9 +36,6 @@ ruff = "^0.4.0"
3636types-pygments = " ^2.17.0.20240106"
3737types-colorama = " ^0.4.15.20240205"
3838
39- [tool .poetry-dynamic-versioning ]
40- enable = true
41-
4239[tool .ruff .lint ]
4340select = [" ALL" ]
4441ignore = [
You can’t perform that action at this time.
0 commit comments