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