chore: import upstream snapshot with attribution
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"releases":{
|
||||
"internal":{
|
||||
"promptflow-tools-release":{
|
||||
"index": "internal-index-release"
|
||||
},
|
||||
"promptflow-tools-test":{
|
||||
"index": "internal-index-test"
|
||||
}
|
||||
}
|
||||
},
|
||||
"targets": {
|
||||
"internal-index-release": {
|
||||
"storage_account": "mlsdkfdnprod",
|
||||
"packages_container": "repo",
|
||||
"index_container": "wheels",
|
||||
"blob_prefix": "promptflow",
|
||||
"endpoint": "fdnpromptflow.azureedge.net"
|
||||
},
|
||||
"internal-index-test": {
|
||||
"storage_account": "mlsdkfdnprod",
|
||||
"packages_container": "repo",
|
||||
"index_container": "wheels",
|
||||
"blob_prefix": "test-promptflow",
|
||||
"endpoint": "fdnpromptflow.azureedge.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
name: release-env
|
||||
channels:
|
||||
- defaults
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.8
|
||||
- pip
|
||||
- pip:
|
||||
- setuptools
|
||||
- twine==4.0.0
|
||||
- azure-storage-blob==12.16.0
|
||||
Reference in New Issue
Block a user