Skip to content

Comments

Use twine cli#22

Open
juliocvergarah wants to merge 9 commits intosocrata:mainfrom
juliocvergarah:use_twine_cli
Open

Use twine cli#22
juliocvergarah wants to merge 9 commits intosocrata:mainfrom
juliocvergarah:use_twine_cli

Conversation

@juliocvergarah
Copy link

Replaces the Popen call to invoke twine using the cli instead as a sub-process

Copy link
Contributor

@rlvoyer rlvoyer left a comment

Choose a reason for hiding this comment

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

Good change. Left some comments for things to cleanup.

@@ -0,0 +1,336 @@
"""
Copy link
Contributor

Choose a reason for hiding this comment

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

This file looks like an accident. Please remove.

except exceptions.TwineException as exc:
result = f"{exc.__class__.__name__}: {exc.args[0]}"
raise RuntimeError("Error publishing to PyPi", exc)
code = 0
Copy link
Contributor

Choose a reason for hiding this comment

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

code is now unused. Please remove.

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.

2 participants