File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
name : Build and publish to PyPI
6
6
7
7
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
8
14
release :
9
- types : [published]
15
+ types : [published] # "Publish release" button
16
+ workflow_dispatch : # Manual trigger to test wheel build
10
17
11
18
jobs :
12
19
echo_github_env :
Original file line number Diff line number Diff line change 23
23
5 . The click the "Generate release notes" button.
24
24
6 . You can optionally include any particular thank-you's to contributors or
25
25
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.
27
27
8 . If [ the CI] [ ci ] run is [ successful] [ actions ] ,
28
28
then the release will be published on both
29
29
the GitHub release page and also the [ Python Package Index] [ pypi ] .
You can’t perform that action at this time.
0 commit comments