We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dbedb commit e5bddfdCopy full SHA for e5bddfd
1 file changed
.github/workflows/publish.yml
@@ -23,9 +23,7 @@ permissions:
23
id-token: write # Required for OIDC trusted publisher (no API token needed!)
24
25
jobs:
26
- # ──────────────────────────────────────────────────────────────────
27
# 1. Build wheel + sdist
28
29
build:
30
name: Build distribution packages
31
runs-on: ubuntu-latest
@@ -88,9 +86,7 @@ jobs:
88
86
path: dist/
89
87
retention-days: 7
90
91
92
# 2. Publish to PyPI (skipped on dry run)
93
94
publish:
95
name: Publish to PyPI
96
needs: build
0 commit comments