From 8a391bef1028757c0c352c4cfa4879a490e420a4 Mon Sep 17 00:00:00 2001 From: Emiel Verkade Date: Mon, 16 Dec 2024 18:04:45 +0000 Subject: [PATCH 1/2] Bump to latest version of sigstore github action to avoid package incompatibilities --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eecc79e..d1db4b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v2.1.1 + uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: >- ./dist/*.tar.gz From b38a0a7bb9e6379a9544b28cc94a6b03a48ccc5d Mon Sep 17 00:00:00 2001 From: Emiel Verkade Date: Mon, 16 Dec 2024 18:05:15 +0000 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d0455d..87df764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eppo_metrics_sync" -version = "0.1.3" +version = "0.1.4" description = "Sync metrics to Eppo" readme = "README.md" requires-python = ">=3.7"