Skip to content

Commit 600a28b

Browse files
update workflow
1 parent 16abb90 commit 600a28b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
18+
fetch-depth: 0
1819
- name: Set up Python
1920
uses: actions/setup-python@v5
2021
with:

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools>=80", "setuptools-scm>=8"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "mcd-regression"
37
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)