Skip to content

Commit 4b55510

Browse files
authored
Use unstable publish action (#118)
Our most recent publish step failed: https://github.com/foxglove/foxglove-python/actions/runs/13660769163/job/38191137604 We appear to need this fix: pypa/gh-action-pypi-publish#340 ...which is in [unstable/v1](https://github.com/pypa/gh-action-pypi-publish/commits/unstable/v1) but not yet in a versioned release.
1 parent 837d967 commit 4b55510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
if: |
4242
!github.event.pull_request.head.repo.fork &&
4343
startsWith(github.ref, 'refs/tags/releases/v')
44-
uses: pypa/gh-action-pypi-publish@release/v1
44+
uses: pypa/gh-action-pypi-publish@unstable/v1
4545
with:
4646
packages_dir: dist

0 commit comments

Comments
 (0)