mirror of
https://github.com/harness/drone.git
synced 2025-05-18 18:09:56 +08:00
Change format of .pypirc file in line with what distutils expects
This commit is contained in:
parent
ed18293ab3
commit
fc3236b95a
@ -8,9 +8,11 @@ import (
|
||||
// set up the .pypirc file
|
||||
var pypirc = `
|
||||
cat <<EOF > $HOME/.pypirc
|
||||
[pypirc]
|
||||
servers = pypi
|
||||
[server-login]
|
||||
[distutils]
|
||||
index-servers =
|
||||
pypi
|
||||
|
||||
[pypi]
|
||||
username:%s
|
||||
password:%s
|
||||
EOF`
|
||||
|
Loading…
Reference in New Issue
Block a user