Skip to content

Commit

Permalink
Merge pull request #871 from uclahs-cds/czhu-fix-cicd
Browse files Browse the repository at this point in the history
Set PyPI URL in GitHub Action
  • Loading branch information
zhuchcn committed Apr 8, 2024
2 parents 7d1c041 + 899d1e2 commit ef9324f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Build distribution
uses: uclahs-cds/tool-pypi-publish-action/build-distribution@0d60e0c0d46ea8d0486bb15d8940587121f44fd2
uses: uclahs-cds/tool-pypi-publish-action/build-distribution@58e64514405eafe4f8c40130001cbd4d62acdf5c
with:
package-name: mopepgen

Expand All @@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Publish to PyPI
uses: uclahs-cds/tool-pypi-publish-action/publish-to-pypi@0d60e0c0d46ea8d0486bb15d8940587121f44fd2
uses: uclahs-cds/tool-pypi-publish-action/publish-to-pypi@58e64514405eafe4f8c40130001cbd4d62acdf5c
with:
package-name: mopepgen
url: https://upload.pypi.org/legacy/
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import constant


__version__ = '1.3.2'
__version__ = '1.4.0'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down

0 comments on commit ef9324f

Please sign in to comment.