-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix PyPi trusted publishing in GitHub Actions #26
Conversation
This will not be possible to test without making a release of some kind. |
@@ -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 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appeared to be a bug referencing a job that didn't exist.
[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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links don't exist yet, but will once the first action runs.
Looks like it was a transient issue... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
=======================================
Coverage 97.35% 97.35%
=======================================
Files 25 25
Lines 1587 1587
Branches 300 300
=======================================
Hits 1545 1545
Misses 23 23
Partials 19 19 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for fixing
Closes: #3
Closes: #24
And the updated PyPi trusted publisher config: