<@U04S45AHA>: I'm running into another one. my GPG...
# general
a
@enough-analyst-54434: I'm running into another one. my GPGP key is for
<mailto:ericzundel@gmail.com|ericzundel@gmail.com>
but the release process thinks I'm
<mailto:zundel@squareup.com|zundel@squareup.com>
Copy code
[== 03:29 Publishing packages ... ==]

*** Running pants in dev mode from /Users/zundel/Src/pants/src/python/pants/bin/pants_exe.py ***
INFO] Detected git repository at /Users/zundel/Src/pants on branch master

14:49:06 00:00 [main]
               (To run a reporting server: ./pants server)
14:49:06 00:00   [bootstrap]
14:49:06 00:00   [setup]
14:49:06 00:00     [parse]
               Executing tasks in goals: setup-py
14:49:06 00:00   [setup-py]
14:49:06 00:00     [setup-py]
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/src/python/pants/BUILD), pants-packaged))
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/src/python/pants/backend/android/BUILD), plugin))
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/tests/python/pants_test/BUILD), test_infra))
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/contrib/scrooge/src/python/pants/contrib/scrooge/BUILD), plugin))
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/contrib/buildgen/src/python/pants/contrib/buildgen/BUILD), plugin))
                   Creating setup.py project for PythonLibrary(BuildFileAddress(FilesystemBuildFile(/Users/zundel/Src/pants/contrib/spindle/src/python/pants/contrib/spindle/BUILD), plugin))
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants-0.0.33
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants.backend.android-0.0.33
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants.testinfra-0.0.33
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants.contrib.spindle-0.0.33
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants.contrib.scrooge-0.0.33
                   Running register sdist upload against /Users/zundel/Src/pants/dist/pantsbuild.pants.contrib.buildgen-0.0.33
14:50:13 01:07   [complete]
               SUCCESS

gpg: skipped "Eric Ayers <zundel@squareup.com>": secret key not available
gpg: signing failed: secret key not available
error: gpg failed to sign the data
error: unable to sign the tag
This wasn't a problem for me when when I released the JVM binary, but probably because I did this step:
Copy code
echo pgp.keyid=67B5C626 >> ~/.config/pants/release/jvm/pgp.properties