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

ci: Update gh-action-pypi-publish to use print_hash #1743

Merged
merged 3 commits into from
Jan 10, 2022

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Jan 10, 2022

Description

  • Update gh-action-pypi-publish action to v1.5.0 to enable print_hash to show digests of files to be uploaded.

Checklist Before Requesting Reviewer

  • Tests are passing
  • "WIP" removed from the title of the pull request
  • Selected an Assignee for the PR to be responsible for the log summary

Before Merging

For the PR Assignees:

  • Summarize commit messages into a comprehensive review of the PR
* Update gh-action-pypi-publish action to v1.5.0 to enable print_hash
to show digests of files to be uploaded.

* Update gh-action-pypi-publish action to v1.5.0 to enable print_hash
to show digests of files to be uploaded.
@matthewfeickert matthewfeickert added CI CI systems, GitHub Actions chore Other changes that don't modify src or test files deployment Deploy builds to distribution sites labels Jan 10, 2022
@matthewfeickert matthewfeickert self-assigned this Jan 10, 2022
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #1743 (26c7e1f) into master (9018a3a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1743   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          64       64           
  Lines        4270     4270           
  Branches      683      683           
=======================================
  Hits         4190     4190           
  Misses         46       46           
  Partials       34       34           
Flag Coverage Δ
contrib 26.25% <ø> (ø)
doctest 60.58% <ø> (ø)
unittests 96.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9018a3a...26c7e1f. Read the comment docs.

@matthewfeickert matthewfeickert merged commit ba8fb4c into master Jan 10, 2022
@matthewfeickert matthewfeickert deleted the ci/update-for-print-hash branch January 10, 2022 07:28
@matthewfeickert
Copy link
Member Author

Results look like this:

Checking dist/pyhf-0.6.4.dev77-py3-none-any.whl: PASSED
Checking dist/pyhf-0.6.4.dev77.tar.gz: PASSED
Showing hash values of files to be uploaded:
/github/workspace/dist/pyhf-0.6.4.dev77.tar.gz

SHA256: e5761b7f4858ac07e4bca585ece0e1700a3cbc15adb8ce5bd5098e5875f06175
MD5: 2377716e4de668bf78f8857ef59b028a
BLAKE2-256: 96842b519bce44c21c7b95244fa8fada06ed03268d1316ee703a22d439c5a8fc

/github/workspace/dist/pyhf-0.6.4.dev77-py3-none-any.whl

SHA256: e531480054f841cb7445acb7c55354896650c051b17c51b688a137b819097b75
MD5: 3a3bd949fc5ea3801a41ad8ae1562793
BLAKE2-256: 4d54a749a9ed7840800dabf2f5eff340dcbd32524a21b673f35f8a7582658c31

Uploading distributions to https://test.pypi.org/legacy/
Uploading pyhf-0.6.4.dev77-py3-none-any.whl

  0%|          | 0.00/181k [00:00<?, ?B/s]
100%|██████████| 181k/181k [00:03<00:00, 55.2kB/s]
Uploading pyhf-0.6.4.dev77.tar.gz

  0%|          | 0.00/127k [00:00<?, ?B/s]
100%|██████████| 127k/127k [00:02<00:00, 61.6kB/s]

View at:
https://test.pypi.org/project/pyhf/0.6.4.dev77/

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Other changes that don't modify src or test files CI CI systems, GitHub Actions deployment Deploy builds to distribution sites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant