Skip to content

Commit

Permalink
build: fix artifact download for github release, allow failure for py…
Browse files Browse the repository at this point in the history
…pi publish
  • Loading branch information
seandstewart committed Sep 5, 2024
1 parent 427e8ad commit 11c97b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
path: dist
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
continue-on-error: true # If this fails, it's because we already published

create-release:
name: >-
Expand Down Expand Up @@ -97,8 +98,9 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
pattern: dist-*
merge-multiple: true
path: dist
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
Expand Down

0 comments on commit 11c97b1

Please sign in to comment.