Skip to content

Commit 29fa274

Browse files
authored
Merge pull request #953 from DevByte1328/fix_#952
2 parents e3dfede + 10f6f09 commit 29fa274

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python3 -m pip install --constraint requirements-build.txt build
3333

3434
- name: Build binary wheel and source tarball
35-
run: PIP_CONSTRAINT=requirements-build.txt python3 -m build --sdist --wheel --outdir dist/ .
35+
run: python3 -m build --sdist --wheel --outdir dist/ .
3636

3737
- name: Store build artifacts
3838
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[build-system]
2-
# Dependabot cannot do `build-system.requires` (dependabot/dependabot-core#8465)
3-
# workaround to get reproducibility and auto-updates:
4-
# PIP_CONSTRAINT=requirements/build.txt python3 -m build ...
5-
requires = ["hatchling"]
2+
requires = ["hatchling==1.27.0"]
63
build-backend = "hatchling.build"
74

85
[project]

requirements-build.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
build==1.2.2.post1
2-
hatchling==1.27.0

0 commit comments

Comments
 (0)