Skip to content

Commit

Permalink
Update trigger-schema-migration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria authored Aug 14, 2023
1 parent 6ded49e commit aae44be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-schema-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- '**/cellxgene_schema_cli/cellxgene_schema/migrate.py'
- '**/.github/workflows/trigger-schema-migration.yml'

jobs:
publish-to-pypi:
Expand All @@ -20,6 +21,7 @@ jobs:
python-version: "3.x"
- name: Build dist
run: >-
pip install wheel
make pydist
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit aae44be

Please sign in to comment.