Skip to content

Commit

Permalink
Merge pull request #127 from TRON-Bioinformatics/develop
Browse files Browse the repository at this point in the history
Update release pipeline to checkout submodules
  • Loading branch information
priesgo authored Jul 13, 2023
2 parents 98b1e76 + 4e5ed2c commit 5ed1413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
Expand All @@ -21,4 +23,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 5ed1413

Please sign in to comment.