mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-27 09:32:15 -05:00
💅 Add a return type to die()
@ attestations
This commit is contained in:
parent
67339c736f
commit
f14df0bb20
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def die(msg: str) -> NoReturn:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def debug(msg: str):
|
def debug(msg: str) -> None:
|
||||||
print(f'::debug::{msg}', file=sys.stderr)
|
print(f'::debug::{msg}', file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue