Skip to content

Commit b24f9b7

Browse files
committed
Added option changes
1 parent edf28e3 commit b24f9b7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

action.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ inputs:
4848
"static_hashes" (do not use hash randomization), "no_warnings" (do not
4949
give Python run time warnings), "-O" (alias "no_asserts"), "no_docstrings"
5050
(do not use doc strings), "-u" (alias "unbuffered"), "isolated" (do not
51-
load outside code) and "-m" (package mode, compile as "package.__main__").
51+
load outside code), "-P" (alias "safe_path", do not used current directory
52+
in module search) and "-m" (package mode, compile as "package.__main__").
5253
Default empty.
5354
python-debug:
5455
description: |
@@ -470,6 +471,15 @@ inputs:
470471
which can and should be a top level package and then one choice, "error",
471472
"warning", "nofollow", e.g. PyQt5:error.
472473
474+
### Plugin options of 'dill-compat' (categories: package-support) ###
475+
include-pickle-support-module:
476+
description: |
477+
Include support for these modules to pickle nested compiled functions. You
478+
can use "all" which is the default, but esp. in module mode, just might
479+
want to limit yourself to not create unnecessary run-time usages. For
480+
standalone mode, you can leave it at the default, at it will detect
481+
the usage.
482+
473483
### Plugin options of 'pmw-freezer' (categories: package-support) ###
474484
include-pmw-blt:
475485
description: |

0 commit comments

Comments
 (0)