Skip to content

Commit

Permalink
fix: release pipeline build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos committed Oct 21, 2024
1 parent 0025074 commit d1aab99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
sparse-checkout: |
Makefile
docker-compose.yml
docker-compose.ci.yml
docker-compose.local.yml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY . /app

RUN make debian-build-deps

RUN make debian debian-full
RUN make debian debian-full wheel

FROM bitnami/minideb:bookworm AS prod

Expand Down

0 comments on commit d1aab99

Please sign in to comment.