From a1b83c4d8173faea5b430ea30a0f7f3170a53ada Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Wed, 11 Dec 2024 11:55:35 -0800 Subject: [PATCH] fix pypi publishing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 954a569..243542b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: packages_dir: python/foxglove-schemas-flatbuffer/dist repository_url: https://test.pypi.org/legacy/ skip_existing: true + attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440 - name: Publish foxglove-schemas-flatbuffer to PyPI if: | @@ -115,6 +116,7 @@ jobs: packages_dir: python/foxglove-schemas-protobuf/dist repository_url: https://test.pypi.org/legacy/ skip_existing: true + attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440 - name: Publish foxglove-schemas-protobuf to PyPI if: |