From 33d313db7836c6b233c8b076893051de3fadbe98 Mon Sep 17 00:00:00 2001 From: Tom Cobb Date: Thu, 25 Jan 2024 15:53:15 +0000 Subject: [PATCH 1/2] Try to fix dist job --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 8e3a270..364ff43 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -109,7 +109,7 @@ jobs: - name: Test module --version works using the installed wheel # If more than one module in src/ replace with module name to test - run: python -m $(ls src | head -1) --version + run: python -m $(ls --hide='*.egg-info' src | head -1) --version container: needs: [lint, dist, test] From b1bb0eeadd8897c74e1825e10250b5b7da1a7387 Mon Sep 17 00:00:00 2001 From: Tom Cobb Date: Thu, 25 Jan 2024 16:48:33 +0000 Subject: [PATCH 2/2] Update to template 0.2.1-19-gc873476 --- .copier-answers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 1a86d21..d9388e5 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 0.2.1-17-ga090630 +_commit: 0.2.1-19-gc873476 _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb