Skip to content

Commit d80ba5b

Browse files
committed
updated CI/CD readme
1 parent bcd0354 commit d80ba5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ the C++ library and the python extension
185185

186186
It also contains a continuous deployment workflow that builds wheels and source
187187
distributions for the python extension, then creates a github release with it
188-
and uploads it to [PyPI](https://pypi.org/). That workflow is activated when
188+
and uploads it to [PyPI](https://pypi.org/):
189+
[release.yml](.github/workflows/release.yml). That workflow requires a
190+
repository secret named `PYPI_TOKEN` with a PyPI API token. is activated when
189191
pushing a version tag to the repository:
190192
```
191193
git tag -a v0.0.1 -m "First release"

0 commit comments

Comments
 (0)