This repository was archived by the owner on Jun 21, 2020. It is now read-only.
Open
Conversation
added 14 commits
April 14, 2017 13:52
Contributor
|
AFAIK drone-devpi got a new home. Where was it @gtaylor? |
Contributor
|
@xoxys maybe you want to continue this plugin migration as well? :) |
|
@tboerger Maybe :) but you can also upload packages to any pypi compliant servers (like devpi) with drone-pypi already. If you look at https://stefan.sofa-rockers.org/2017/11/09/getting-started-with-devpi/ you can see pushing to this server works also with twine: This is the same command used by the existing plugin, so I think we don't need this specific |
Contributor
|
So in that case we can get rid of this plugin, right? |
|
From my point of view, yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've upgraded everything to work with drone 0.5.
I even changed the
.drone.ymlof the repo to work with drone 0.5 (you still have to check the secrets and the publish step in the pipeline)