Skip to content

Commit e6d094b

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9230f29 commit e6d094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python -m build
6060
python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token)
6161
- job: GithubRelease
62-
dependsOn: CreateChangeSet
62+
dependsOn: build
6363
displayName: GithubRelease
6464
steps:
6565
- template: release/github-release.yaml@templates

0 commit comments

Comments
 (0)