We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95bbac commit 037f086Copy full SHA for 037f086
azure-pipelines.yml
@@ -38,7 +38,7 @@ jobs:
38
displayName: Use GitVersion
39
- script: |
40
pip install -r requirements.dev.txt
41
- python setup.py build sdist bdist bdist_wheel
+ python setup.py build sdist bdist
42
python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token)
43
- job: GithubRelease
44
dependsOn: build
0 commit comments