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 3333
3434 - name : Build binary wheel, source tarball and changelog
3535 run : |
36- PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
36+ python3 -m build --sdist --wheel --outdir dist/ .
3737 awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
3838
3939 - name : Store build artifacts
Original file line number Diff line number Diff line change 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" ]
63build-backend = " hatchling.build"
74
85[project ]
Original file line number Diff line number Diff line change 22# during CI and CD Github workflows
33build==1.2.2.post1
44tox==4.1.2
5- hatchling==1.27.0
You can’t perform that action at this time.
0 commit comments