Skip to content

Commit

Permalink
upload each wheel independenty, turn on build of exes and docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 10, 2024
1 parent ce894f6 commit 9441d86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: CD

#on: [push, workflow_dispatch]
on:
pull_request:
push:
branches:
- master
release:
types:
- published


env:
REGISTRY: ghcr.io
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- master
release:
types:
- published

jobs:
build:
Expand Down Expand Up @@ -142,7 +145,6 @@ jobs:
- name: Upload wheels as build artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.platform }}
path: dist/*.whl

- name: Setup tmate session
Expand Down

0 comments on commit 9441d86

Please sign in to comment.