From 32d1f7f99df3daa14f4f01eb7e5321257cce5bb6 Mon Sep 17 00:00:00 2001 From: hkir-dev Date: Tue, 17 Sep 2024 20:36:10 +0100 Subject: [PATCH] fix github actions --- .github/workflows/pypi-publish.yaml | 2 +- .github/workflows/pypi-test-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index e02479a..f92c27a 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -37,7 +37,7 @@ jobs: - name: Package release assets run: | mkdir -p src/cell_annotation_schema/schemas - touch src/cas_schema/schemas/__init__.py + touch src/cell_annotation_schema/schemas/__init__.py cp build/general_schema.yaml src/cell_annotation_schema/schemas cp build/BICAN_schema.yaml src/cell_annotation_schema/schemas cp build/CAP_schema.yaml src/cell_annotation_schema/schemas diff --git a/.github/workflows/pypi-test-publish.yaml b/.github/workflows/pypi-test-publish.yaml index 29c52ce..b1d0b8e 100644 --- a/.github/workflows/pypi-test-publish.yaml +++ b/.github/workflows/pypi-test-publish.yaml @@ -37,7 +37,7 @@ jobs: - name: Package release assets run: | mkdir -p src/cell_annotation_schema/schemas - touch src/cas_schema/schemas/__init__.py + touch src/cell_annotation_schema/schemas/__init__.py cp build/general_schema.yaml src/cell_annotation_schema/schemas cp build/BICAN_schema.yaml src/cell_annotation_schema/schemas cp build/CAP_schema.yaml src/cell_annotation_schema/schemas