Skip to content

Commit

Permalink
chore: fix PyPi trusted publishing in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Sep 18, 2024
1 parent 8d332df commit efe115b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: publish prymer

on:
push:
Expand Down Expand Up @@ -124,7 +124,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
body: |
${{ needs.draft-changelog.outputs.release_body }}
body: ${{ needs.make-changelog.outputs.release_body }}
draft: false
prerelease: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
[pypi-link]: https://pypi.python.org/pypi/prymer
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/prymer
[pypi-downloads-link]: https://pypi.python.org/pypi/prymer
[python-package-badge]: https://github.com/fulcrumgenomics/prymer/workflows/publish/badge.svg
[python-package-link]: https://github.com/fulcrumgenomics/prymer/actions?query=workflow%3A%22Python+package%22
[python-package-badge]: https://github.com/fulcrumgenomics/prymer/workflows/publish_prymer/badge.svg
[python-package-link]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml

## Quick setup

Expand Down

0 comments on commit efe115b

Please sign in to comment.