Skip to content

Commit

Permalink
Update deploy-xtgeo-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes authored Jul 28, 2020
1 parent 788ae1f commit 2eabf64
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy-xtgeo-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
ls -l wheelhouse
ls -latr
if: matrix.os == 'ubuntu-18.04'
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install twine
twine upload wheelhouse/*

- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install twine
twine upload wheelhouse/*

0 comments on commit 2eabf64

Please sign in to comment.