File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 51
51
name : Build & Publish the distribution
52
52
needs : [unit-tests, integration-tests, e2e-tests]
53
53
runs-on : ubuntu-latest
54
+ env :
55
+ GUIDELLM_BUILD_TYPE : dev
56
+ GUIDELLM_BUILD_NUMBER : ${{ github.event.pull_request.number || github.run_number }}
54
57
steps :
55
58
- uses : actions/checkout@v4
56
59
- name : Set up Python
62
65
with :
63
66
publish_pypi : false
64
67
publish_pypi_internal : true
65
- build_type : " dev"
Original file line number Diff line number Diff line change 71
71
publish :
72
72
needs : [unit-tests, integration-tests, e2e-tests]
73
73
runs-on : ubuntu-latest
74
+ env :
75
+ GUIDELLM_BUILD_TYPE : nightly
76
+ GUIDELLM_BUILD_NUMBER : ${{ github.event.pull_request.number || github.run_number }}
74
77
steps :
75
78
- uses : actions/checkout@v4
76
79
- name : Set up Python
82
85
with :
83
86
publish_pypi : true
84
87
publish_pypi_internal : true
85
- build_type : " nightly"
Original file line number Diff line number Diff line change 75
75
name : Build & Publish the distribution
76
76
needs : [unit-tests, integration-tests, e2e-tests]
77
77
runs-on : ubuntu-latest
78
+ env :
79
+ GUIDELLM_BUILD_TYPE : release
80
+ GUIDELLM_BUILD_NUMBER : ${{ github.event.pull_request.number || github.run_number }}
78
81
steps :
79
82
- uses : actions/checkout@v4
80
83
- name : Set up Python
86
89
with :
87
90
publish_pypi : true
88
91
publish_pypi_internal : true
89
- build_type : " release"
Original file line number Diff line number Diff line change 73
73
name : Build & Publish the distribution
74
74
needs : [unit-tests, integration-tests, e2e-tests]
75
75
runs-on : ubuntu-latest
76
+ env :
77
+ GUIDELLM_BUILD_TYPE : release
78
+ GUIDELLM_BUILD_NUMBER : ${{ github.event.pull_request.number || github.run_number }}
76
79
steps :
77
80
- uses : actions/checkout@v4
78
81
- name : Set up Python
84
87
with :
85
88
publish_pypi : false
86
89
publish_pypi_internal : true
87
- build_type : " release"
You can’t perform that action at this time.
0 commit comments