File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 32
32
run : python3 -m pip install --constraint requirements-build.txt build
33
33
34
34
- 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/ .
36
36
37
37
- name : Store build artifacts
38
38
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Original file line number Diff line number Diff line change 1
1
[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" ]
6
3
build-backend = " hatchling.build"
7
4
8
5
[project ]
Original file line number Diff line number Diff line change 1
1
build==1.2.2.post1
2
- hatchling==1.27.0
You can’t perform that action at this time.
0 commit comments