File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
2929 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3030 run : |
31- python setup.py sdist bdist_wheel
31+ python setup.py sdist
3232 twine upload --verbose dist/*
Original file line number Diff line number Diff line change 11include requirements.txt
22include README.md
3+ include HISTORY.rst
34include LICENSE
45include *.txt
56recursive-include grim *.py
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ coverage: ## check code coverage quickly with the default Python
7979
8080dist : clean # # builds source and wheel package
8181 python setup.py sdist
82- python setup.py bdist_wheel
8382 ls -l dist
8483
8584docker-build : # # build a docker image for the service
You can’t perform that action at this time.
0 commit comments