Skip to content

Commit

Permalink
Merge pull request #48 from ing-bank/features/pypi-wheel-fix
Browse files Browse the repository at this point in the history
Fix automated PyPi deployment
  • Loading branch information
tomcis committed Jul 8, 2020
2 parents 36cf573 + bc37bfc commit fdc5f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: Make distribution
run: |
pip install twine
pip install twine wheel
python setup.py sdist bdist_wheel
twine check dist/*
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit fdc5f77

Please sign in to comment.