Skip to content

Commit 18fde4e

Browse files
committed
fix releasing
1 parent 71e3a4a commit 18fde4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Requirements
9999
* macOS 13+ for the SMAppService-backed job metadata API
100100

101101
SMAppService integration
102-
=======================
102+
========================
103103

104104
Job metadata is now collected through Apple’s `SMAppService <https://developer.apple.com/documentation/servicemanagement/smappservice>`_ API. Because that interface only exposes helper plists that the calling bundle can manage, `launchd.jobs()` now reports the property lists SMAppService can inspect (status, bundled configuration, etc.). `pid`/`LastExitStatus` therefore remain ``None`` in most cases, but ``properties["Config"]`` still contains the original plist contents. The low-level `launchctl` binary remains the implementation for ``load()``/``unload()`` until Apple publishes a direct replacement.
105105

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ commands =
2626

2727
[testenv:release]
2828
skip_install = true
29+
allowlist_externals = rm
2930
deps =
3031
{[testenv:build]deps}
3132
twine >= 1.5.0
3233
commands =
3334
{[testenv:build]commands}
35+
twine check dist/*
3436
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)