Skip to content

Commit

Permalink
fix: install twine for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Feb 19, 2025
1 parent 1a1f227 commit 8b5437e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install hatch
pip install twine
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ before installing `metator`:

```sh
# Install bowtie2, sameools, hmmer, prodigal and java-jdk:
sudo apt update && sudo apt install bowtie samtools hmmer prodigal default-jdk
sudo apt update && sudo apt install bowtie2 samtools hmmer prodigal default-jdk

# Also install pairix:
wget https://github.com/4dn-dcic/pairix/archive/refs/tags/0.3.9.zip -O pairix-0.3.9.zip
Expand Down

0 comments on commit 8b5437e

Please sign in to comment.