Skip to content

Commit

Permalink
nlwpy: Build for all platforms on the first stage
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 23, 2024
1 parent dac7296 commit ed68ed3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ stages:
displayName: Build wheels
- task: PublishBuildArtifacts@1
inputs: {pathtoPublish: 'nl-writer2/nlwpy/wheelhouse'}

- stage: qemu
displayName: 'Build with QEMU'
jobs:
- job: qemu
pool: {vmImage: 'Ubuntu-20.04'}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion nl-writer2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pybind11
import glob

__version__ = "0.0.1"
__version__ = "0.0.1b0"

# The main interface is through Pybind11Extension.
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
Expand Down

0 comments on commit ed68ed3

Please sign in to comment.