Skip to content

Commit 8a34344

Browse files
authored
Merge pull request #38 from tschm/main
fixing pyproject for uvx deptry
2 parents 6778f08 + c851ca8 commit 8a34344

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: tschm/cradle/actions/pre-commit@v0.1.72
11+
- uses: tschm/cradle/actions/pre-commit@v0.3.06
1212

1313
deptry:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Build the virtual environment"
17-
uses: tschm/cradle/actions/environment@v0.1.72
17+
uses: tschm/cradle/actions/environment@v0.3.06
1818

19-
- uses: tschm/cradle/actions/deptry@v0.1.72
19+
- uses: tschm/cradle/actions/deptry@v0.3.06
2020
with:
2121
source-folder: prompting

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate Tag
1616
id: tag
17-
uses: tschm/cradle/actions/tag@v0.1.72
17+
uses: tschm/cradle/actions/tag@v0.3.06
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020

@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: "Build and publish the Container"
31-
uses: tschm/cradle/actions/docker@v0.1.72
31+
uses: tschm/cradle/actions/docker@v0.3.06
3232
with:
3333
github_actor: ${{ github.actor }}
3434
github_repository: ${{ github.repository }}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ build-backend = "hatchling.build"
4848

4949
[tool.hatch.build.targets.wheel]
5050
packages = ["prompting"]
51+
52+
[tool.deptry.package_module_name_map]
53+
python-dotenv = ["dotenv"]

0 commit comments

Comments
 (0)