Skip to content

Commit 037f086

Browse files
author
Jim Robinson
committed
Add pipeline
1 parent e95bbac commit 037f086

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
@@ -38,7 +38,7 @@ jobs:
3838
displayName: Use GitVersion
3939
- script: |
4040
pip install -r requirements.dev.txt
41-
python setup.py build sdist bdist bdist_wheel
41+
python setup.py build sdist bdist
4242
python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token)
4343
- job: GithubRelease
4444
dependsOn: build

0 commit comments

Comments
 (0)