Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Sep 17, 2024
1 parent 77687cd commit 32d1f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32d1f7f

Please sign in to comment.