Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 17, 2019
2 parents b837ff5 + e8db26a commit 135a9b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- TWINE_USERNAME=jaraco
# TWINE_PASSWORD
- secure: VXM9F3HLDPprEY3JRlX6eH+yngucMHrqpUMeo4zgnFOc5yJUs7RP3uJ87O9IHllOUc7VR+nu/ye7HJk9y8Ux8X53S5UiH/s3/7rHPWP5IyCZBuDMZ3ouSxYKCWyMd6h/tkmVjNJIkV/0ZUhTJlwaODKwqegZ0twEIoRQnVIDTcs=
- TOX_TESTENV_PASSENV="TWINE_USERNAME TWINE_PASSWORD"
# TIDELIFT_TOKEN
- secure: N1YHVPGUZl324ntMUdEUCfuMZb9eTDgEJ5lXQne3WV8bi0DLmoUgDM3z1Hz7RoZY8x8qHLtInNi+8BjqoHwLrbC06A0MZ1aSlqY8pq+nrI6WDQCwFY6BNggl302YiuGdwUtL+W1Yu3SqbFELWMNNM106u+/paZqgt0dP4nE3Qhg=
- TOX_TESTENV_PASSENV="TWINE_USERNAME TWINE_PASSWORD TIDELIFT_TOKEN"
script: tox -e release

cache: pip
Expand Down
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,9 @@ contributors.
Security Contact
================

If you wish to report a security vulnerability, the public disclosure
of which may exacerbate the risk, please
`Contact Tidelift security <https://tidelift.com/security>`_,
which will coordinate the fix and disclosure privately.
To report a security vulnerability, please use the
`Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.

Making Releases
===============
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ deps =
# workaround for https://github.com/pypa/twine/issues/423
git+https://github.com/pypa/twine
path.py
jaraco.tidelift
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m twine upload dist/*
python -m jaraco.tidelift.publish-release-notes

0 comments on commit 135a9b3

Please sign in to comment.