Skip to content

Commit

Permalink
fix pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Dec 11, 2024
1 parent 292b165 commit a1b83c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit a1b83c4

Please sign in to comment.