Skip to content

Commit

Permalink
fix: Update build wheels and sdist to have proper version tag (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki authored Apr 15, 2022
1 parent a15cdeb commit adf87c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,11 @@ stages:
- task: UsePythonVersion@0
- bash: pip install -r requirements/requirements_dev.txt
displayName: sdist requirements
- bash: python setup.py sdist -d wheelhouse
displayName: sdist
- bash: python setup.py bdist_wheel -d wheelhouse
displayName: wheel
- bash: python -m build .
displayName: sdist amd wheel
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: wheelhouse
pathToPublish: dist
artifactName: wheels

- job: pyinstaller_linux
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ numpy >= 1.16.0
pre-commit
tox
wheel
build
-r requirements_test.txt

0 comments on commit adf87c9

Please sign in to comment.