mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 10:15:06 +08:00
add flag to test case
This commit is contained in:
@@ -17,6 +17,7 @@ func TestPublish(t *testing.T) {
|
||||
SetupFile: "testdata/setup.py",
|
||||
Distributions: strings.Split(os.Getenv("PLUGIN_DISTRIBUTIONS"), " "),
|
||||
SkipBuild: false,
|
||||
DistDir: "dist/",
|
||||
}
|
||||
err := plugin.Exec()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user