Skip to content

Commit e9684fa

Browse files
committed
Add back pypi-publish triggers [ci build]
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 8ae08c2 commit e9684fa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
name: Build and publish to PyPI
66

77
on:
8+
push: # Use together with "[cd build]" commit message
9+
branches:
10+
- dev
11+
pull_request: # Use together with "[cd build]" commit message
12+
branches:
13+
- dev
814
release:
9-
types: [published]
15+
types: [published] # "Publish release" button
16+
workflow_dispatch: # Manual trigger to test wheel build
1017

1118
jobs:
1219
echo_github_env:

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
5. The click the "Generate release notes" button.
2424
6. You can optionally include any particular thank-you's to contributors or
2525
reviewers in a note at the bottom of the release.
26-
7. You can then click "publish release."
26+
7. You can then click "Publish release" button.
2727
8. If [the CI][ci] run is [successful][actions],
2828
then the release will be published on both
2929
the GitHub release page and also the [Python Package Index][pypi].

0 commit comments

Comments
 (0)