Skip to content

Commit

Permalink
docs(github_actions.md): fix typo crendetial -> credential
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvashistha authored and Lee-W committed Jan 18, 2024
1 parent eb5f737 commit 2ceeed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ newely created version.

Once the new tag is created, triggering an automatic publish command would be desired.

In order to do so, the crendetial needs to be added with the information of our PyPI account.
In order to do so, the credential needs to be added with the information of our PyPI account.

Instead of using username and password, we suggest using [api token](https://pypi.org/help/#apitoken) generated from PyPI.

Expand Down

0 comments on commit 2ceeed3

Please sign in to comment.