File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8989 draft : false
9090 prerelease : false
9191 files : |
92- wheels/repo*.whl
92+ artifact/*.whl
93+ artifact/*.gz
9394
9495 docs :
9596 name : Release docs
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ requires = [
33 " setuptools>=45" ,
44 " setuptools_scm[toml]>=6.2" ,
55]
6-
76build-backend = " setuptools.build_meta"
87
98[tool .setuptools_scm ]
Original file line number Diff line number Diff line change 5656test =
5757 pytest
5858 pytest-cov
59+ git-dummy
5960cov =
6061 coverage[toml]
6162 coverage_python_version
Original file line number Diff line number Diff line change 1313 sys .executable ,
1414 '-m' ,
1515 'git_dummy' ,
16+ '--allow-nested' ,
1617 '--constant-sha' ,
1718 '--branches=5' ,
1819 '--diverge-at=2' ,
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ allowlist_externals =
5858deps =
5959 {[base]deps}
6060 # logging_tree
61- git-dummy @ https://github.com/sarnold/git-dummy/archive/refs/heads/proj-workflow.tar.gz
6261 .[test,cov]
6362
6463commands =
You can’t perform that action at this time.
0 commit comments