Skip to content

Commit e91c82d

Browse files
committed
add exclude-newer to template
1 parent 6e38d99 commit e91c82d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "copier-template-python-open-source"
33
description = "Copier template for python projects using pixi"
44
channels = ["conda-forge"]
5+
exclude-newer = "7d"
56
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
67

78
[dependencies]

template/pixi.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
name = "{{ project_slug }}"
33
channels = ["conda-forge"]
4+
exclude-newer = "7d"
45
platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]
56
preview = ["pixi-build"]
67

0 commit comments

Comments
 (0)