Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FNNDSC/aiochris
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 25, 2024
2 parents 41895bd + b44322d commit a7d3626
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
draft: true
body: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
body: |
PyPI: https://pypi.org/project/aiochris/${{ steps.get-version.outputs.version }}/
Documentation: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}
Container image: `podman pull ghcr.io/fnndsc/aiochris:${{ steps.get-version.outputs.version }}`

0 comments on commit a7d3626

Please sign in to comment.