Skip to content

Commit

Permalink
Updating wheel build directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcferrill committed Feb 8, 2022
1 parent 90d6426 commit 4fa9007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
- script: pdm install --dev
displayName: 'Install dependencies'

- script: "pip wheel ."
- script: "pip wheel . -w dist"
displayName: "Build source & wheel distributions"

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '*.whl'
pathToPublish: 'dist'
artifactName: dist

# Package dependencies and docs with source code
Expand Down

0 comments on commit 4fa9007

Please sign in to comment.