Skip to content

Commit

Permalink
prep dist
Browse files Browse the repository at this point in the history
  • Loading branch information
david26694 committed Jan 12, 2024
1 parent fafac79 commit ff6fb77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ clean-test: ## remove test and coverage artifacts
rm -fr htmlcov/
rm -fr .pytest_cache

pypi: clean
prep-dist: clean
python setup.py sdist
python setup.py bdist_wheel --universal

pypi: clean prep-dist
twine upload dist/*

pypi-gh-actions: clean
python setup.py sdist
python setup.py bdist_wheel --universal
pypi-gh-actions: clean prep-dist
twine upload --skip-existing dist/*

# Report log
Expand Down

0 comments on commit ff6fb77

Please sign in to comment.