Skip to content

Commit e5bddfd

Browse files
committed
:)
1 parent d0dbedb commit e5bddfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ permissions:
2323
id-token: write # Required for OIDC trusted publisher (no API token needed!)
2424

2525
jobs:
26-
# ──────────────────────────────────────────────────────────────────
2726
# 1. Build wheel + sdist
28-
# ──────────────────────────────────────────────────────────────────
2927
build:
3028
name: Build distribution packages
3129
runs-on: ubuntu-latest
@@ -88,9 +86,7 @@ jobs:
8886
path: dist/
8987
retention-days: 7
9088

91-
# ──────────────────────────────────────────────────────────────────
9289
# 2. Publish to PyPI (skipped on dry run)
93-
# ──────────────────────────────────────────────────────────────────
9490
publish:
9591
name: Publish to PyPI
9692
needs: build

0 commit comments

Comments
 (0)