processcube-etw-library 2026.1.19.144244b0__tar.gz → 2026.1.19.145934__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/.github/workflows/build_and_publish.yml +0 -7
- {processcube_etw_library-2026.1.19.144244b0/src/processcube_etw_library.egg-info → processcube_etw_library-2026.1.19.145934}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934/src/processcube_etw_library.egg-info}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/.gitignore +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/.python-version +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/README.md +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/pyproject.toml +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/setup.cfg +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/__init__.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/create_external_task_client.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/etw_app.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/__init__.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/built_in.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/check.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/handlers.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/models.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/registry.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/health/routes.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/identity_provider.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/server_config.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library/typed_handler.py +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library.egg-info/SOURCES.txt +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library.egg-info/dependency_links.txt +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library.egg-info/requires.txt +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/src/processcube_etw_library.egg-info/top_level.txt +0 -0
- {processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/uv.lock +0 -0
|
@@ -43,13 +43,6 @@ jobs:
|
|
|
43
43
|
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
|
|
44
44
|
echo "Setting version to: ${VERSION}"
|
|
45
45
|
|
|
46
|
-
- name: Debug GitHub context
|
|
47
|
-
run: |
|
|
48
|
-
echo "GITHUB EVENT: ${{ github.event_name }}"
|
|
49
|
-
echo "GITHUB REF: ${{ github.ref }}"
|
|
50
|
-
echo "GITHUB BASE REF: ${{ github.base_ref }}"
|
|
51
|
-
echo "GITHUB HEAD REF: ${{ github.head_ref }}"
|
|
52
|
-
|
|
53
46
|
- name: Install dependencies
|
|
54
47
|
run: uv sync --locked
|
|
55
48
|
|
{processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.19.144244b0 → processcube_etw_library-2026.1.19.145934}/uv.lock
RENAMED
|
File without changes
|