Skip to content

Commit a406371

Browse files
committed
Adding needed modules for build
1 parent 74712ea commit a406371

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install -e .
20-
20+
pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2121
- name: Get Hatch version
2222
id: version
2323
run: |
@@ -40,7 +40,6 @@ jobs:
4040
- name: Build package
4141
if: steps.version_check.outputs.exists != 'true'
4242
run: |
43-
pip install hatchling
4443
hatch build
4544
4645
- name: Publish to Test PyPI

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install -e .
20+
pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2021
2122
- name: Get Version
2223
id: version

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ maintainers = [
2828
{name = "Douglas Coburn", email = "[email protected]"}
2929
]
3030
classifiers = [
31-
"License :: OSI Approved :: MIT License",
3231
"Development Status :: 4 - Beta",
3332
"Intended Audience :: Developers",
3433
"Programming Language :: Python :: 3.11",

requirements-dev.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# generate-hashes: false
1010
# universal: false
1111

12+
hatchling==1.27.0
13+
hatch==1.14.0
14+
hatch-vcs==0.4.0
1215
argparse==1.4.0
1316
# via socketsecurity
1417
certifi==2024.12.14

0 commit comments

Comments
 (0)