Merge pull request #2829 from wellcomecollection/additional-has-sourc… #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build deployment artifact | |
name: "Catalogue graph: Build deployment zip" | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.13' | |
- name: Setup CI | |
run: | | |
./catalogue_graph/scripts/ci-setup.sh | |
- name: Build zip | |
run: | | |
./catalogue_graph/scripts/build.sh |