Skip to content

Commit d9df517

Browse files
committed
Update contributor and use PyPI token for publishing
Signed-off-by: Jordan Borean <[email protected]>
1 parent 4becaed commit d9df517

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "Deploy to PyPI",
1919
"uses": "pypa/[email protected]",
2020
"with": {
21-
"user": "rharwood",
21+
"user": "__token__",
2222
"password": "${{ secrets.pypi_password }}",
2323
},
2424
},
@@ -128,7 +128,7 @@
128128
"run": "./ci/release-win.sh",
129129
"env": {
130130
"OS_NAME": "windows",
131-
"TWINE_USER": "rharwood",
131+
"TWINE_USER": "__token__",
132132
"TWINE_PASSWORD": "${{ secrets.pypi_password }}",
133133
},
134134
},

Diff for: CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ representative at an online or offline event.
6161

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

6767
All community leaders are obligated to respect the privacy and security of the

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def gssapi_modules(lst):
339339
name='gssapi',
340340
version='1.7.0',
341341
author='The Python GSSAPI Team',
342-
author_email='rharwood@redhat.com',
342+
author_email='jborean93@gmail.com',
343343
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
344344
'gssapi.tests'],
345345
description='Python GSSAPI Wrapper',

0 commit comments

Comments
 (0)