Skip to content

Commit

Permalink
chore: Update release workflow and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Feb 2, 2024
1 parent c9c6c59 commit 9fdb1d2
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Do not automatically update packages.
run: |
brew install openssl@3
mkdir -p /usr/local/include
mkdir -p /usr/local/lib
ln -sf $(brew --prefix openssl)/include/openssl /usr/local/include/openssl
ln -sf $(brew --prefix openssl)/lib/*a /usr/local/lib/
ln -sf $(brew --prefix openssl)/lib/*dylib /usr/local/lib/
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 = "pxblat"
version = "1.1.12"
version = "1.1.13"
description = "A native python binding for blat suite"
authors = ["Yangyang Li <[email protected]>"]
homepage = "https://github.com/ylab-hi/pxblat"
Expand Down

0 comments on commit 9fdb1d2

Please sign in to comment.