diff --git a/.github/workflows/deploy-xtgeo-pypi.yml b/.github/workflows/deploy-xtgeo-pypi.yml index 411b75089..084d245a2 100644 --- a/.github/workflows/deploy-xtgeo-pypi.yml +++ b/.github/workflows/deploy-xtgeo-pypi.yml @@ -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/*