File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,14 @@ jobs:
2222 with :
2323 python-version : " 3.9"
2424
25+ - name : Setup pdm
26+ uses : pdm-project/setup-pdm@v3
27+ with :
28+ python-version : " 3.9"
29+ cache : true
30+
2531 - name : Build package
26- run : |
27- pip install build
28- python -m build
32+ run : pdm build
2933
3034 - name : Publish package distributions to PyPI
3135 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
1010maintainers = [
1111 {
name =
" Modular Inc" ,
email =
" [email protected] " }
1212]
13- description = " Stacked PRs for GitHub. "
13+ description = " Stacked PR CLI for Github "
1414readme = " README.md"
1515license = { file = " LICENSE" }
1616requires-python = " >=3.9"
@@ -24,6 +24,7 @@ classifiers = [
2424]
2525# Version is dynamically set by pdm by the SCM version
2626dynamic = [" version" ]
27+ dependencies = []
2728
2829[project .urls ]
2930Homepage = " https://github.com/modularml/stack-pr"
@@ -35,8 +36,10 @@ stack-pr = "stack_pr.cli:main"
3536
3637[tool .pdm ]
3738distribution = true
39+
40+ [tool .pdm .version ]
3841source = " scm"
39- fallback_version = " 0.0 .0"
42+ fallback_version = " 0.1 .0"
4043
4144[tool .pixi .project ]
4245channels = [" conda-forge" ]
You can’t perform that action at this time.
0 commit comments