Skip to content

Commit 367a6dc

Browse files
committed
ci: Run GitHub release before PyPI publish
1 parent dc21886 commit 367a6dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Build package
2222
run: uv build
2323

24-
- name: Publish to PyPI
25-
uses: pypa/gh-action-pypi-publish@release/v1
26-
2724
- name: Create GitHub Release
2825
env:
2926
GH_TOKEN: ${{ github.token }}
3027
run: gh release create ${{ github.ref_name }} dist/* --generate-notes
28+
29+
- name: Publish to PyPI
30+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)