Skip to content

Commit

Permalink
Upload build artifacts to GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hammond committed Jan 22, 2025
1 parent e02d2c4 commit 2d39624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/reusable/build_and_push_artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,4 @@ runs:
platforms: linux/amd64
tags: ghcr.io/${{ github.repository }}:${{ env.REF_NAME }}
build-args: |
REF_NAME=${{ env.REF_NAME }}
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
REF_NAME=${{ env.REF_NAME }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
--repo="$GITHUB_REPOSITORY" \
--title="${tag#v}" \
--generate-notes
gh release upload "$tag" dist/*

0 comments on commit 2d39624

Please sign in to comment.