Commit d9164d2 1 parent 0794ad4 commit d9164d2 Copy full SHA for d9164d2
File tree 4 files changed +8
-20
lines changed
4 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 22
22
type : string
23
23
default : " release"
24
24
destination :
25
- description : " Upload packaging index destination"
26
- options :
27
- - anaconda
28
- - internal
29
- type : choice
25
+ description : " Upload packaging index destination. Must be one of [anaconda, internal]."
26
+ type : string
30
27
default : anaconda
31
28
secrets :
32
29
ANACONDA_TOKEN :
Original file line number Diff line number Diff line change 20
20
type : string
21
21
default : " release"
22
22
destination :
23
- description : " Upload packaging index destination"
24
- options :
25
- - anaconda
26
- - internal
27
- type : choice
23
+ description : " Upload packaging index destination. Must be one of [anaconda, internal]."
24
+ type : string
28
25
default : anaconda
29
26
secrets :
30
27
ANACONDA_TOKEN :
Original file line number Diff line number Diff line change 22
22
type : string
23
23
default : " --no-deps"
24
24
destination :
25
- description : " Upload packaging index destination"
26
- options :
27
- - pypi
28
- - internal
29
- type : choice
25
+ description : " Upload packaging index destination. Must be one of [pypi, internal]."
26
+ type : string
30
27
default : pypi
31
28
32
29
secrets :
Original file line number Diff line number Diff line change 20
20
type : string
21
21
default : " pre-release"
22
22
destination :
23
- description : " Upload packaging index destination"
24
- options :
25
- - pypi
26
- - internal
27
- type : choice
23
+ description : " Upload packaging index destination. Must be one of [pypi, internal]."
24
+ type : string
28
25
default : pypi
29
26
secrets :
30
27
PYPI_API_TOKEN :
You can’t perform that action at this time.
0 commit comments