Skip to content

Commit 1e6f361

Browse files
author
DevByte1328
committed
Fix for issue #952
Modified a total of three lines across three files the same way that theupdateframework/python-tuf#2800 does in python-tuf
1 parent e3dfede commit 1e6f361

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dependabot cannot do `build-system.requires` (dependabot/dependabot-core#8465)
33
# workaround to get reproducibility and auto-updates:
44
# PIP_CONSTRAINT=requirements/build.txt python3 -m build ...
5-
requires = ["hatchling"]
5+
requires = ["hatchling==1.27.0"]
66
build-backend = "hatchling.build"
77

88
[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)