Skip to content

Commit

Permalink
Update contributor and use PyPI token for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Sep 14, 2021
1 parent 4becaed commit d9df517
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name": "Deploy to PyPI",
"uses": "pypa/gh-action-pypi-publish@v1.1.0",
"with": {
"user": "rharwood",
"user": "__token__",
"password": "${{ secrets.pypi_password }}",
},
},
Expand Down Expand Up @@ -128,7 +128,7 @@
"run": "./ci/release-win.sh",
"env": {
"OS_NAME": "windows",
"TWINE_USER": "rharwood",
"TWINE_USER": "__token__",
"TWINE_PASSWORD": "${{ secrets.pypi_password }}",
},
},
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
rharwood AT redhat DOT com.
jborean93 AT gmail DOT com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def gssapi_modules(lst):
name='gssapi',
version='1.7.0',
author='The Python GSSAPI Team',
author_email='rharwood@redhat.com',
author_email='jborean93@gmail.com',
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
'gssapi.tests'],
description='Python GSSAPI Wrapper',
Expand Down

0 comments on commit d9df517

Please sign in to comment.