We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20f070 commit b9778a8Copy full SHA for b9778a8
1 file changed
.github/workflows/build-artifacts.yml
@@ -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