Added Azure configuration to build and publish releases
This commit is contained in:
Родитель
9cf4f2efc2
Коммит
252fd7bf0d
|
@ -36,3 +36,15 @@ jobs:
|
|||
- linux: py36-docs
|
||||
- windows: py37-docs
|
||||
- macos: py37-docs
|
||||
|
||||
- template: publish.yml@OpenAstronomy
|
||||
parameters:
|
||||
test_command: pytest -p no:warnings --pyargs reproject
|
||||
test_extras: test
|
||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}:
|
||||
pypi_connection_name : 'pypi_endpoint'
|
||||
npm_connection_name : 'npm_endpoint'
|
||||
targets:
|
||||
- sdist
|
||||
- wheels_universal
|
||||
- npm
|
||||
|
|
Загрузка…
Ссылка в новой задаче