mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 18:24:00 +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",
|
SetupFile: "testdata/setup.py",
|
||||||
Distributions: strings.Split(os.Getenv("PLUGIN_DISTRIBUTIONS"), " "),
|
Distributions: strings.Split(os.Getenv("PLUGIN_DISTRIBUTIONS"), " "),
|
||||||
SkipBuild: false,
|
SkipBuild: false,
|
||||||
|
DistDir: "dist/",
|
||||||
}
|
}
|
||||||
err := plugin.Exec()
|
err := plugin.Exec()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user