Skip to content

Commit 86dd81b

Browse files
committed
README update
1 parent 61bc3d7 commit 86dd81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Your github repository with format `USERNAME/REPO` as in URLs. For example this
4444

4545
#### `twine_username` *mandatory*
4646

47-
Your PyPI username, add it to your [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
47+
Your PyPI username, add `TWINE_USERNAME` to your [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
4848

4949
#### `twine_password` *mandatory*
5050

51-
Your PyPI password, add it to your [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
51+
Your PyPI password, add `TWINE_PASSWORD` to your [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
5252

5353
#### `upload_repo` *optional*
5454

0 commit comments

Comments
 (0)