File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1515 required : true
1616 default : " "
1717 type : string
18+ PYPI_PASSWORD :
19+ description : ' PyPI password'
20+ required : true
21+ type : string
1822 workflow_call :
1923 inputs :
2024 custom_version : # Optional input for a custom version
2630 required : true
2731 default : " "
2832 type : string
33+ PYPI_PASSWORD :
34+ description : ' PyPI password'
35+ required : true
36+ type : string
2937
3038jobs :
3139 build-python-wheel :
Original file line number Diff line number Diff line change 1212 required : true
1313 default : " "
1414 type : string
15+ PYPI_PASSWORD :
16+ description : ' PyPI password'
17+ required : true
18+ type : string
19+
1520 workflow_call : # Allows trigger of the workflow from another workflow
1621 inputs :
1722 custom_version : # Optional input for a custom version
2328 required : true
2429 default : " "
2530 type : string
31+ PYPI_PASSWORD :
32+ description : ' PyPI password'
33+ required : true
34+ type : string
2635
2736jobs :
2837 build-wheels :
You can’t perform that action at this time.
0 commit comments