Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored May 30, 2020
1 parent 17e1cf1 commit aec9d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pumpit --tag "${github.ref}" --file setup.py --replace "EQLIB_VERSION = 'dev'" "EQLIB_VERSION = '${VERSION}'"
pumpit --tag "${{ github.ref }}" --file setup.py --replace "EQLIB_VERSION = 'dev'" "EQLIB_VERSION = '${VERSION}'"
python setup.py bdist_wheel
twine upload dist/*.whl
Expand Down Expand Up @@ -94,6 +94,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pumpit --tag "${github.ref}" --file setup.py --replace "EQLIB_VERSION = 'dev'" "EQLIB_VERSION = '${VERSION}'"
pumpit --tag "${{ github.ref }}" --file setup.py --replace "EQLIB_VERSION = 'dev'" "EQLIB_VERSION = '${VERSION}'"
python setup.py sdist
twine upload dist/*

0 comments on commit aec9d2a

Please sign in to comment.