Skip to content

Commit

Permalink
Create Github releases when releasing the package. Fixes jaraco/skele…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 30, 2020
1 parent b54ba21 commit a671426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ deps =
pep517>=0.5
twine[keyring]>=1.13
path
jaraco.develop>=7.1
passenv =
TWINE_PASSWORD
GITHUB_TOKEN
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m twine upload dist/*
python -m jaraco.develop.create-github-release

0 comments on commit a671426

Please sign in to comment.