Skip to content

Commit

Permalink
On linux, only upload manylinux binaries in release (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored May 21, 2024
1 parent 46f29a4 commit 3ce8583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
displayName: Upload Python Artifacts Win
condition: eq(variables['Agent.OS'], 'Windows_NT')

- publish: $(System.DefaultWorkingDirectory)/target/wheels
- publish: $(System.DefaultWorkingDirectory)/target/wheels/*manylinux*.whl
artifact: Wheels.Linux.${{ variables['arch'] }}
displayName: Upload Python Artifacts Linux
condition: eq(variables['Agent.OS'], 'Linux')
Expand Down

0 comments on commit 3ce8583

Please sign in to comment.