pysal / access

Classical and novel measures of spatial accessibility to services
https://pysal.org/access/
BSD 3-Clause "New" or "Revised" License
21 stars 13 forks source link

generate pypi token for Secret in GH #29

Closed jGaboardi closed 2 years ago

jGaboardi commented 2 years ago

@JamesSaxon The release workflow is failing due to a bad PyPI token. This need to be created in PyPI and included in Secrets. Here is a guide.

JamesSaxon commented 2 years ago

Added the secrets --

image

All set? Or should I have named this pypi_password as in the workflow?

jGaboardi commented 2 years ago

Yep, let's rename to pypi_password (the convention seems to generally be to have these in all caps, but it shouldn't make a difference as long as the secret name matches the workflow name. Also, we can get rid of the TEST secret. Once this is done, I will try the release again.

JamesSaxon commented 2 years ago

Done. The capitalization reverted to all caps after submitting (tested this again, to confirm), so that seems to be enforced on the GitHub side.