Skip to content

Commit 4809397

Browse files
authored
Merge pull request tahoe-lafs#1411 from meejah/4133.reduce-caching
4133: no need to cache tahoe-lafs[build] extras
2 parents e8ddd8a + 2ec252b commit 4809397

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/populate-wheelhouse.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ LANG="en_US.UTF-8" "${PIP}" \
3030
wheel \
3131
--wheel-dir "${WHEELHOUSE_PATH}" \
3232
"${PROJECT_ROOT}"[testenv] \
33-
"${PROJECT_ROOT}"[test] \
34-
"${PROJECT_ROOT}"[build]
33+
"${PROJECT_ROOT}"[test]

newsfragments/4133.installation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Now using the "hatch" build system, and pyproject.toml (exclusively)
1+
Now using the "hatch" build system, and pyproject.toml (exclusively)

0 commit comments

Comments
 (0)