File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 57
57
uses : actions/setup-python@v5
58
58
with :
59
59
python-version : " 3.8"
60
- - name : Build and Publish Final Release
61
- uses : neuralmagic/nm-actions/actions/publisher @main
60
+ - name : Build and Publish Candidate Release
61
+ uses : neuralmagic/nm-actions/actions/publish_pypi @main
62
62
with :
63
63
publish_pypi : false
64
64
publish_pypi_internal : true
65
- timestamp : true
66
- prefix : " -dev"
65
+ build_type : " dev"
Original file line number Diff line number Diff line change 78
78
with :
79
79
python-version : " 3.8"
80
80
- name : Build and Publish a Candidate Release
81
- uses : neuralmagic/nm-actions/actions/publisher @main
81
+ uses : neuralmagic/nm-actions/actions/publish_pypi @main
82
82
with :
83
- publish_pypi_internal : true
84
83
publish_pypi : true
85
- timestamp : true
86
- prefix : " nightly- "
84
+ publish_pypi_internal : true
85
+ build_type : " nightly"
Original file line number Diff line number Diff line change 82
82
with :
83
83
python-version : " 3.8"
84
84
- name : Build and Publish Final Release
85
- uses : neuralmagic/nm-actions/actions/publisher @main
85
+ uses : neuralmagic/nm-actions/actions/publish_pypi @main
86
86
with :
87
- publish_pypi_internal : true
88
87
publish_pypi : true
88
+ publish_pypi_internal : true
89
+ build_type : " release"
Original file line number Diff line number Diff line change 80
80
with :
81
81
python-version : " 3.8"
82
82
- name : Build and Publish a Candidate Release
83
- uses : neuralmagic/nm-actions/actions/publisher@main
83
+ uses : neuralmagic/nm-actions/actions/publish_pypi@main
84
+ with :
85
+ publish_pypi : false
86
+ publish_pypi_internal : true
87
+ build_type : " release"
You canβt perform that action at this time.
0 commit comments