We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16abb90 commit 600a28bCopy full SHA for 600a28b
.github/workflows/publish-to-test-pypi.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
persist-credentials: false
18
+ fetch-depth: 0
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["setuptools>=80", "setuptools-scm>=8"]
3
+build-backend = "setuptools.build_meta"
4
+
5
[project]
6
name = "mcd-regression"
7
license = {file = "LICENSE"}
0 commit comments