Skip to content

Conversation

@Borda
Copy link
Collaborator

@Borda Borda commented Jan 11, 2021

What does this PR do?

  • Update using old Twine for checking package
  • drop unused pkg rename script
  • validate also generated wheels

Before submitting

  • Was this discussed/approved via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or internal minor changes/refactorings)

PR review

Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified
  • Check that target branch and milestone match!

Did you have fun?

Make sure you had fun coding 🙃

@Borda Borda added the ci Continuous Integration label Jan 11, 2021
@Borda Borda added this to the 1.1.x milestone Jan 11, 2021
@Borda
Copy link
Collaborator Author

Borda commented Jan 11, 2021

FYI, I have opened an issue for failing uploading nightly releases pypa/gh-action-pypi-publish#53

@Borda Borda enabled auto-merge (squash) January 11, 2021 10:39
@codecov
Copy link

codecov bot commented Jan 11, 2021

Codecov Report

Merging #5458 (d722bee) into master (d30e316) will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #5458   +/-   ##
======================================
  Coverage      93%     93%           
======================================
  Files         135     135           
  Lines       10013   10015    +2     
======================================
+ Hits         9334    9338    +4     
+ Misses        679     677    -2     

@Borda Borda added the priority: 1 Medium priority task label Jan 11, 2021
@@ -1,12 +0,0 @@
import os
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not sure why the package was renamed even this script was never called, so rather remove it completely
https://github.com/PyTorchLightning/pytorch-lightning/runs/1678482450?check_suite_focus=true#step:6:1523

Copy link
Contributor

@SeanNaren SeanNaren left a comment

Choose a reason for hiding this comment

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

Not an expert around this but looks alright

@Borda Borda changed the title update used Twine update nightly & upgrade Twine Jan 11, 2021
@Borda Borda disabled auto-merge January 11, 2021 17:07
@Borda Borda enabled auto-merge (squash) January 11, 2021 17:07
@Borda Borda merged commit 9611a7f into master Jan 12, 2021
@Borda Borda deleted the ci/twine branch January 12, 2021 12:56
SeanNaren pushed a commit that referenced this pull request Jan 12, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
SeanNaren pushed a commit that referenced this pull request Jan 12, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
SeanNaren pushed a commit that referenced this pull request Jan 13, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
SeanNaren pushed a commit that referenced this pull request Jan 13, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
SeanNaren pushed a commit that referenced this pull request Jan 19, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Borda added a commit that referenced this pull request Jan 23, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Borda added a commit that referenced this pull request Jan 25, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Borda added a commit that referenced this pull request Jan 26, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Borda added a commit that referenced this pull request Jan 26, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Borda added a commit that referenced this pull request Jan 26, 2021
* update used Twine

* .

* .

* install

* install

* .

* .

* .

* .

* .

* .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

(cherry picked from commit 9611a7f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration priority: 1 Medium priority task ready PRs ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants