File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55#
66# Workflow input parameters:
77# * General arguments:
8+ # * build-type: Use one specific way to build and package Python code. It has 2 type options: 'setuptools' or 'poetry'.
89# * python_package_name: The Python package name.
9- # * test_import_package_code_1: Test for importing the Python package.
10- # * test_import_package_code_2: Test for importing the Python package.
11- # * test_import_package_code_3: Run a Python script for testing the Python package.
10+ # * test_shell: Run command line(s) for testing.
11+ # * test_shell_in_python: Run Python code as script for testing.
1212# * test_python_script: Test for importing the Python package.
1313#
1414# Workflow running output:
Original file line number Diff line number Diff line change 55#
66# Workflow input parameters:
77# * General arguments:
8+ # * build-type: Use one specific way to build and package Python code. It has 2 type options: 'setuptools' or 'poetry'.
89# * release-type: The type of release processing. It has 2 type options: 'Official-Release' or 'Pre-Release'.
910# It won't push the package to PyPI if it's 'Pre-Release'.
1011# * push-to-PyPI: Push Python package to official PyPI or test PyPI. It has 2 type options: 'official' or 'test'.
You can’t perform that action at this time.
0 commit comments