Skip to content

Commit

Permalink
Fix PyPi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Nov 30, 2022
1 parent 37c51c1 commit 16792c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python setup.py sdist
twine upload --verbose dist/*
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include requirements.txt
include README.md
include HISTORY.rst
include LICENSE
include *.txt
recursive-include grim *.py
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ coverage: ## check code coverage quickly with the default Python

dist: clean ## builds source and wheel package
python setup.py sdist
python setup.py bdist_wheel
ls -l dist

docker-build: ## build a docker image for the service
Expand Down

0 comments on commit 16792c2

Please sign in to comment.