Skip to content

Commit 1311cec

Browse files
committed
use add-github-secrets, which infers the secrets needed from the github workflow.
1 parent ca9ad41 commit 1311cec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

skeleton.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,9 @@ Features include:
124124
In addition to running tests, an additional publish stage is configured to automatically release tagged commits to PyPI using [API tokens](https://pypi.org/help/#apitoken). The release process expects an authorized token to be configured with each Github project (or org) `PYPI_TOKEN` [secret](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets). Example:
125125

126126
```
127-
pip-run -q setuptools jaraco.develop -- -m jaraco.develop.add-github-secret PYPI_TOKEN $TOKEN --project org/repo
127+
pip-run -q jaraco.develop -- -m jaraco.develop.add-github-secrets
128128
```
129129

130-
<!-- note setuptools is required due to a [bug in munch](https://github.com/Infinidat/munch/issues/67) -->
131-
132130
## Building Documentation
133131

134132
Documentation is automatically built by [Read the Docs](https://readthedocs.org) when the project is registered with it, by way of the .readthedocs.yml file. To test the docs build manually, a tox env may be invoked as `tox -e docs`. Both techniques rely on the dependencies declared in `setup.cfg/options.extras_require.docs`.

0 commit comments

Comments
 (0)