kreuzberg 3.6.0__tar.gz → 3.6.1__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.
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/workflows/publish-docker.yml +12 -4
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/workflows/release.yaml +5 -11
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/PKG-INFO +1 -1
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/pyproject.toml +1 -1
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.commitlintrc +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.docker/Dockerfile +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.docker/README.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.dockerignore +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/dependabot.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/workflows/ci.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/workflows/docs.yml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.github/workflows/pr-title.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.gitignore +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.gitmodules +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.markdownlint.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/.pre-commit-config.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/LICENSE +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/README.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/ai-rulez.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/README.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/benchmark_baseline.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/end_to_end_benchmark.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/final_benchmark.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/pyproject.toml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/baseline_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/benchmark_msgpack_20250702_003800.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/comprehensive_caching_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/final_benchmark_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/mime_caching_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/msgspec_caching_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/ocr_caching_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/serialization_benchmark_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/statistical_benchmark_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/table_caching_results.json +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/serialization_benchmark.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/__main__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/benchmarks.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/cli.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/models.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/profiler.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/src/kreuzberg_benchmarks/runner.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/statistical_benchmark.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/advanced/custom-extractors.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/advanced/custom-hooks.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/advanced/error-handling.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/advanced/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/advanced/performance.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/exceptions.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/extraction-functions.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/extractor-registry.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/ocr-configuration.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/api-reference/types.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/assets/favicon.png +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/assets/logo.png +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/changelog.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/cli.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/contributing.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/css/extra.css +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/examples/extraction-examples.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/examples/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/getting-started/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/getting-started/installation.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/getting-started/quick-start.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/api-server.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/basic-usage.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/chunking.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/docker.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/extraction-configuration.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/index.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/metadata-extraction.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/ocr-backends.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/ocr-configuration.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/docs/user-guide/supported-formats.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/__main__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_api/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_api/main.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_chunker.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_cli_config.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_constants.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_entity_extraction.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_base.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_html.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_image.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_pandoc.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_pdf.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_presentation.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_extractors/_spread_sheet.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_gmft.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_language_detection.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_mime_types.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/gmft_isolated.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/process_manager.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/sync_easyocr.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/sync_paddleocr.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/sync_tesseract.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_multiprocessing/tesseract_pool.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_ocr/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_ocr/_base.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_ocr/_easyocr.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_ocr/_paddleocr.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_ocr/_tesseract.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_playa.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_registry.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_types.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_cache.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_device.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_document_cache.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_errors.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_pdf_lock.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_process_pool.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_serialization.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_string.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_sync.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/_utils/_tmp.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/cli.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/exceptions.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/extraction.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/kreuzberg/py.typed +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/mkdocs.yaml +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/api/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/api/main_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/chunker_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/cli_integration_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/cli_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/conftest.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/entity_extraction_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/exceptions_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extraction_batch_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extraction_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/html_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/image_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/pandoc_metadata_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/pandoc_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/pdf_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/presentation_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/extractors/spreed_sheet_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/gmft_extended_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/gmft_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/hooks_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/language_detection_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/mime_types_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/multiprocessing/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/multiprocessing/gmft_integration_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/multiprocessing/process_manager_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/multiprocessing/sync_tesseract_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/multiprocessing/tesseract_pool_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/base_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/device_integration_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/easyocr_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/init_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/paddleocr_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/ocr/tesseract_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/playa_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/registry_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/document.docx +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/excel-multi-sheet.xlsx +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/excel.xlsx +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/french-text.txt +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/german-text.txt +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/html.html +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/markdown.md +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/non-ascii-text.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/non-searchable.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/ocr-image.jpg +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/pdfs_with_tables/large.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/pdfs_with_tables/medium.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/pdfs_with_tables/tiny.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/pitch-deck-presentation.pptx +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/sample-contract.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/scanned.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/searchable.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/spanish-text.txt +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/test_source_files/test-article.pdf +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/types_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/__init__.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/cache_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/device_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/errors_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/pdf_lock_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/process_pool_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/serialization_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/string_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/sync_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/tests/utils/tmp_test.py +0 -0
- {kreuzberg-3.6.0 → kreuzberg-3.6.1}/uv.lock +0 -0
@@ -3,11 +3,13 @@ name: Publish Docker Images
|
|
3
3
|
|
4
4
|
on:
|
5
5
|
workflow_dispatch:
|
6
|
+
release:
|
7
|
+
types: [published]
|
6
8
|
|
7
9
|
jobs:
|
8
10
|
build-and-push:
|
9
11
|
runs-on: ubuntu-latest
|
10
|
-
if: ${{ github.event_name == 'workflow_dispatch' }}
|
12
|
+
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'release' }}
|
11
13
|
permissions:
|
12
14
|
contents: read
|
13
15
|
packages: write
|
@@ -40,10 +42,16 @@ jobs:
|
|
40
42
|
- name: Get release version
|
41
43
|
id: get_version
|
42
44
|
run: |
|
43
|
-
|
44
|
-
|
45
|
-
|
45
|
+
if [ "${{ github.event_name }}" = "release" ]; then
|
46
|
+
# For release events, use the release tag
|
47
|
+
VERSION="${{ github.event.release.tag_name }}"
|
48
|
+
else
|
49
|
+
# For workflow_dispatch, get the latest tag
|
50
|
+
git fetch --tags
|
51
|
+
VERSION=$(git tag --sort=-version:refname | head -n1)
|
52
|
+
fi
|
46
53
|
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
54
|
+
echo "Using version: $VERSION"
|
47
55
|
|
48
56
|
- name: Set up QEMU
|
49
57
|
uses: docker/setup-qemu-action@v3
|
@@ -10,6 +10,7 @@ jobs:
|
|
10
10
|
environment: pypi
|
11
11
|
permissions:
|
12
12
|
id-token: write
|
13
|
+
contents: read
|
13
14
|
steps:
|
14
15
|
- name: Checkout
|
15
16
|
uses: actions/checkout@v4
|
@@ -30,14 +31,7 @@ jobs:
|
|
30
31
|
- name: Publish
|
31
32
|
uses: pypa/gh-action-pypi-publish@release/v1
|
32
33
|
|
33
|
-
- name:
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
script: |
|
38
|
-
await github.rest.actions.createWorkflowDispatch({
|
39
|
-
owner: context.repo.owner,
|
40
|
-
repo: context.repo.repo,
|
41
|
-
workflow_id: 'publish-docker.yml',
|
42
|
-
ref: 'main'
|
43
|
-
});
|
34
|
+
- name: Docker Build Info
|
35
|
+
run: |
|
36
|
+
echo "Docker images will be built automatically by the publish-docker.yml workflow"
|
37
|
+
echo "triggered by this release event. No manual triggering needed."
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kreuzberg
|
3
|
-
Version: 3.6.
|
3
|
+
Version: 3.6.1
|
4
4
|
Summary: A text extraction library supporting PDFs, images, office documents and more
|
5
5
|
Project-URL: homepage, https://github.com/Goldziher/kreuzberg
|
6
6
|
Author-email: Na'aman Hirschfeld <nhirschfed@gmail.com>
|
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
|
File without changes
|
File without changes
|
File without changes
|
{kreuzberg-3.6.0 → kreuzberg-3.6.1}/benchmarks/results/benchmark_msgpack_20250702_003800.json
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|