Skip to content

Commit b9778a8

Browse files
committed
"Build & Inspect Distributions" to fix #156
1 parent b20f070 commit b9778a8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build & Inspect Distributions
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)