Skip to content

Commit

Permalink
Install twine for package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Aug 20, 2021
1 parent 1a5211e commit e63f5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r requirements-dev.txt -r docs/requirements.txt
python -m pip install wheel
python -m pip install wheel twine
env:
PIP_EXTRA_INDEX_URL: https://${{secrets.ARTIFACTORY_RO_USER}}:${{secrets.ARTIFACTORY_RO_TOKEN}}@artifactory.niaid.nih.gov/artifactory/api/pypi/bcbb-pypi/simple
- name: Build package
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
TARGET_BRANCH: 'gh-pages'
github_release:
publish_release:
if: startsWith(github.ref, 'refs/tags/v')
needs: package_docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit e63f5a5

Please sign in to comment.