Skip to content

Commit

Permalink
ci: build and test SDist/wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored and gaborbernat committed Sep 1, 2023
1 parent ed308f1 commit 06e0481
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CD

on:
workflow_dispatch:
pull_request:
branches:
- main
release:
types:
- published

jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hynek/build-and-inspect-python-package@v1

0 comments on commit 06e0481

Please sign in to comment.