Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 9, 2024
1 parent 8fc152b commit 814ae13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Extract tag name
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Build and publish
- name: Build
run: |
python setup.py sdist bdist_wheel
auditwheel repair dist/crispr_bean-${{ steps.tag.outputs.TAG_NAME }}-cp*-cp*-linux_x86_64.whl --plat manylinux_2_24_x86_64
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="crispr-bean",
version="1.1.0",
version="1.1.1",
python_requires=">=3.8.0",
author="Jayoung Ryu",
author_email="[email protected]",
Expand All @@ -23,9 +23,7 @@
"setuptools>=18.0",
"Cython",
],
scripts=[
"bin/bean"
],
scripts=["bin/bean"],
install_requires=[
"numpy",
"pandas",
Expand Down

0 comments on commit 814ae13

Please sign in to comment.