Added Azure configuration to build and publish releases

This commit is contained in:
Thomas Robitaille 2020-04-03 15:47:34 +01:00
Родитель 9cf4f2efc2
Коммит 252fd7bf0d
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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