From 7859017b7926303ba5b6d9c947990a0e73cfd1cd Mon Sep 17 00:00:00 2001 From: Karl Nelson Date: Sat, 16 Nov 2024 14:43:27 -0800 Subject: [PATCH] Working around case issue --- .azure/release.yml | 2 +- .azure/scripts/sdist.yml | 2 +- .azure/scripts/wheels-linux.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure/release.yml b/.azure/release.yml index a2ca281f0..5812eb4cb 100644 --- a/.azure/release.yml +++ b/.azure/release.yml @@ -10,7 +10,7 @@ pr: - .azure/release.yml variables: - package_name: JPype1 + package_name: jpype1 stages: - stage: Initial diff --git a/.azure/scripts/sdist.yml b/.azure/scripts/sdist.yml index ecf1fbe37..2dda93e93 100644 --- a/.azure/scripts/sdist.yml +++ b/.azure/scripts/sdist.yml @@ -1,7 +1,7 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.8' + versionSpec: '3.10' - script: | python -m pip install build python -m build ./ --sdist diff --git a/.azure/scripts/wheels-linux.yml b/.azure/scripts/wheels-linux.yml index b88b3948f..92c98b11e 100644 --- a/.azure/scripts/wheels-linux.yml +++ b/.azure/scripts/wheels-linux.yml @@ -1,7 +1,7 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.8' + versionSpec: '3.10' - task: DownloadPipelineArtifact@2 inputs: