Skip to content

Commit

Permalink
Working around case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Nov 16, 2024
1 parent 6040496 commit 7859017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pr:
- .azure/release.yml

variables:
package_name: JPype1
package_name: jpype1

stages:
- stage: Initial
Expand Down
2 changes: 1 addition & 1 deletion .azure/scripts/sdist.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .azure/scripts/wheels-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'
versionSpec: '3.10'

- task: DownloadPipelineArtifact@2
inputs:
Expand Down

0 comments on commit 7859017

Please sign in to comment.