Skip to content

Commit

Permalink
Updating build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcferrill committed Feb 21, 2023
1 parent 39aeb7c commit e2f0910
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 273 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: "3.9"
versionSpec: "3.11"
architecture: 'x64'

- script: python -m pip install -U pip pdm
Expand All @@ -85,7 +85,7 @@ jobs:
- script: pdm install --dev
displayName: 'Install dependencies'

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

- task: PublishBuildArtifacts@1
Expand Down
Loading

0 comments on commit e2f0910

Please sign in to comment.