Skip to content

Commit 7429381

Browse files
committed
Add new argument *build-type* description in workflow brief.
1 parent cf89add commit 7429381

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pre-building_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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:

.github/workflows/push_pkg_to_pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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'.

0 commit comments

Comments
 (0)