Skip to content

Commit

Permalink
adjust for upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Dec 29, 2023
1 parent ac2f208 commit b5b25e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
contents: write
steps:
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
pattern: *
merge-multiple: true
- name: create release
run: >
gh release create --draft --repo ${{ github.repository }}
Expand All @@ -62,6 +65,9 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
pattern: *
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
with:
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit b5b25e2

Please sign in to comment.