We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd0354 commit d80ba5bCopy full SHA for d80ba5b
README.md
@@ -185,7 +185,9 @@ the C++ library and the python extension
185
186
It also contains a continuous deployment workflow that builds wheels and source
187
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
+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
191
pushing a version tag to the repository:
192
```
193
git tag -a v0.0.1 -m "First release"
0 commit comments