Skip to content

Commit 6d55f87

Browse files
authored
Merge pull request #17 from sarnold/fixture-update
update test fixture and release workflow
2 parents 5d39e10 + 7c0909d commit 6d55f87

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ requires = [
33
"setuptools>=45",
44
"setuptools_scm[toml]>=6.2",
55
]
6-
76
build-backend = "setuptools.build_meta"
87

98
[tool.setuptools_scm]

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ doc =
5656
test =
5757
pytest
5858
pytest-cov
59+
git-dummy
5960
cov =
6061
coverage[toml]
6162
coverage_python_version

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
sys.executable,
1414
'-m',
1515
'git_dummy',
16+
'--allow-nested',
1617
'--constant-sha',
1718
'--branches=5',
1819
'--diverge-at=2',

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ allowlist_externals =
5858
deps =
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

6463
commands =

0 commit comments

Comments
 (0)