File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.7-36-gb375850
2+ _commit : v0.0.7-37-gbc06055
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112 run : |
113113 # Remove any specification of a Python repository having a default other than PyPI...because in this CI pipeline we can only install from PyPI
114114 find . -maxdepth 3 -type f -name "pyproject.toml" -exec sed -i '/^\[\[tool\.uv\.index\]\]/, /^\[\[/{s/^\(default = true\)$/\1\nname = "pypi"\nurl = "https:\/\/pypi.org\/simple\/"\n[[tool.uv.index]]/}' {} +
115+ ls uv.* -a
115116 cat pyproject.toml
116117 sh .devcontainer/manual-setup-deps.sh ${{ matrix.python-version }} --skip-lock
117118 # Add everything to git so that pre-commit recognizes the files and runs on them
You can’t perform that action at this time.
0 commit comments