Skip to content

Commit 824aa0d

Browse files
committed
add note about api token
1 parent 863a2ba commit 824aa0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/publishing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ Finally, if you make a commit and tag it, and then push, then a release should b
2424
available for install across different platforms, which would be really hard (impossible?) to do if you were building
2525
the wheel manually and uploading to PyPI yourself.
2626

27-
[Prerequisites]: ../prerequisites/
27+
## PYPI_API_TOKEN
28+
29+
You'll also need a repository secret called `PYPI_API_TOKEN`. In PyPI,
30+
create an API token scoped just to your project, and then save it in your
31+
repository's secrets using the name `PYPI_API_TOKEN`.
32+
33+
[Prerequisites]: ../prerequisites/

0 commit comments

Comments
 (0)