Skip to content

Commit

Permalink
add note about api token
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Dec 8, 2024
1 parent 863a2ba commit 824aa0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ Finally, if you make a commit and tag it, and then push, then a release should b
available for install across different platforms, which would be really hard (impossible?) to do if you were building
the wheel manually and uploading to PyPI yourself.

[Prerequisites]: ../prerequisites/
## PYPI_API_TOKEN

You'll also need a repository secret called `PYPI_API_TOKEN`. In PyPI,
create an API token scoped just to your project, and then save it in your
repository's secrets using the name `PYPI_API_TOKEN`.

[Prerequisites]: ../prerequisites/

0 comments on commit 824aa0d

Please sign in to comment.