Skip to content

Commit

Permalink
update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangao07 committed Jul 25, 2024
1 parent 64cda9e commit 155da60
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: PyPI Publish

on: [push, pull_request]

jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment: release
environment:
name: pypi
url: https://pypi.org/project/pyabpoa/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
# retrieve your distributions here

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ abPOA also provides Python bindings to all the primary C APIs. Refer to [python/
The evaluation datasets and scripts used in [abPOA paper](https://dx.doi.org/10.1093/bioinformatics/btaa963) can be found in [abPOA-v1.0.5](https://github.com/yangao07/abPOA/releases/tag/v1.0.5).

## Contact
Yan Gao gaoy1@chop.edu
Yan Gao yangao@ds.dfci.harvard.edu

Yi Xing xingyi@chop.edu

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
version = "1.5.2",
url = "https://github.com/yangao07/abPOA",
author = "Yan Gao",
author_email = "gaoy1@chop.edu",
author_email = "yangao@ds.dfci.harvard.edu",
license = "MIT",
keywords = "multiple-sequence-alignment partial-order-graph-alignment",
setup_requires=["cython<3"], # see https://github.com/cython/cython/issues/5568
Expand Down
2 changes: 1 addition & 1 deletion src/abpoa.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ char PROG[20] = "abpoa";
#define _bA BOLD UNDERLINE "A" NONE
char DESCRIPTION[100] = _ba "daptive " _bb "anded " _bP "artial " _bO "rder " _bA "lignment";
char VERSION[20] = "1.5.2";
char CONTACT[30] = "gaoy1@chop.edu";
char CONTACT[30] = "yangao@ds.dfci.harvard.edu";

const struct option abpoa_long_opt [] = {
{ "align-mode", 1, NULL, 'm' },
Expand Down

0 comments on commit 155da60

Please sign in to comment.