Skip to content
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

Create pypi-upload.yaml #14

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

wrridgeway
Copy link
Member

No description provided.

@wrridgeway wrridgeway linked an issue Aug 23, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #14 (19fd592) into main (75d96d2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files          12       12           
  Lines         478      478           
=======================================
  Hits          472      472           
  Misses          6        6           

@wrridgeway wrridgeway marked this pull request as ready for review August 24, 2023 18:29
@wrridgeway wrridgeway assigned wrridgeway and unassigned wrridgeway Aug 24, 2023
@wrridgeway wrridgeway requested a review from dfsnow August 24, 2023 18:33
@@ -0,0 +1,32 @@
on:
workflow_dispatch:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I added this so that we can manually push to PyPI without having to cut a new release.

- name: Build package
run: python -m build

- name: Publish package
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (non-blocking): Is there any reason not to use the Trusted Publishing model for this action rather than an API token?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll check it out

@wrridgeway wrridgeway marked this pull request as draft August 24, 2023 20:12
@dfsnow
Copy link
Member

dfsnow commented Mar 26, 2024

@wrridgeway I'm going to bump this over to @wagnerlmichael.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement PyPi deployment through github actions
3 participants