Skip to content

Commit ebb3834

Browse files
add afterpython to dev group
1 parent 725b407 commit ebb3834

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ dependencies = [
5151
# "python-semantic-release>=10.5.2",
5252
]
5353

54+
[dependency-groups]
55+
dev = [
56+
"afterpython>=0.2.1",
57+
]
58+
5459
[project.urls]
5560
homepage = "https://afterpython.afterpython.org"
5661
repository = "https://github.com/AfterPythonOrg/afterpython"
@@ -70,3 +75,6 @@ build-backend = "uv_build"
7075
[tool.uv.build-backend]
7176
module-name = "afterpython"
7277
module-root = "src"
78+
79+
[tool.uv.sources]
80+
afterpython = { workspace = true }

src/afterpython/templates/ci-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v6
117117

118118
- name: Set up pixi
119-
uses: prefix-dev/setup-pixi@v0.9.3
119+
uses: prefix-dev/setup-pixi@v0.9.4
120120
with:
121121
pixi-version: v0.63.2
122122
cache: true

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)