Compare commits
18 Commits
rewrite-ph
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bc2a8e585 | |||
| ebdcf45f1c | |||
| c57ad0f355 | |||
| febd0e8369 | |||
|
|
b0672d7fde | ||
| fa21264ef3 | |||
|
|
eb59f30b38 | ||
| 455a3b4115 | |||
| c9f03b4f1f | |||
|
|
2cbd5835a0 | ||
| ef82a4c4ca | |||
| 3a1e58bb8d | |||
| ae0109050d | |||
| 0ced6ea4e7 | |||
| c3e9b3c634 | |||
| 9f916356a0 | |||
| 075402803f | |||
| 048feaba33 |
@@ -19,6 +19,19 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- name: Set up Python
|
||||
run: uv python install
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
- name: Install the project dependencies
|
||||
run: |
|
||||
uv sync --all-groups
|
||||
uv add pip
|
||||
uv export --format requirements.txt -o requirements.txt
|
||||
# uv run python -m pip install --upgrade pip
|
||||
# uv run python -m pip install -r requirements.txt
|
||||
|
||||
- name: Derive lowercase repo name
|
||||
run: |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "semapform"
|
||||
version = "0.1.2"
|
||||
version = "0.2.2"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
@@ -15,7 +15,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.2"
|
||||
current_version = "0.2.2"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user