Skip to content

Commit

Permalink
fix: include README.md in pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Jan 28, 2020
1 parent 5191e80 commit 9275708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
cp README.md src/
cd src
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 9275708

Please sign in to comment.