Skip to content

Commit

Permalink
Temporarily disable version check in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Dec 29, 2023
1 parent 2fc75e6 commit 9546f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
exit [int]$($output -notmatch 'Requirement already satisfied: 6s-bin')
- name: Verify that installed distribution version matches tag
# TODO find fix for double-quotes being stripped when the below command is run in PowerShell.
if: ${{ !contains(matrix.os, 'windows') }}
run: >
python -c 'import packaging.version;
import sixs_bin;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "6s-bin"
version = "0.10.1rc6"
version = "0.10.1rc7"
description = "Compiled binaries for the 6S Radiative Transfer Model exposed as package resources."
license = "Apache-2.0"
authors = ["Brian Schubert <schubert.b@northeastern.edu>"]
Expand Down

0 comments on commit 9546f90

Please sign in to comment.