Skip to content

Commit

Permalink
Merge pull request #49 from eddielin0926/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
JRubics authored Jan 22, 2025
2 parents 9eb674f + ee58ae3 commit 69905d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The URL where the package will be uploaded. Necessary if you'd like to upload to

### `repository_username`

The Username to log in into a repository where the package will be uploaded if using http-basic authentification instead of api token.
The Username to log in into a repository where the package will be uploaded if using http-basic authentication instead of api token.

### `repository_password`

The Password to log in into a repository where the package will be uploaded if using http-basic authentification instead of api token.
The Password to log in into a repository where the package will be uploaded if using http-basic authentication instead of api token.

### `build_format`

Expand Down Expand Up @@ -122,7 +122,7 @@ Repository can be changed to TestPyPI or a private wheels repo by specifying rep
repository_url: "https://test.pypi.org/legacy/"
```
Repository authentication can be changed to http-basic authentification by specifying repository_username and repository_password instead of pypi_token.
Repository authentication can be changed to http-basic authentication by specifying repository_username and repository_password instead of pypi_token.
```yaml
- name: Build and publish to private Python package repository
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ inputs:
description: "URL where the package will be uploaded"
required: false
repository_username:
description: "Username to log in into a repository where the package will be uploaded if using http-basic authentification instead of api token"
description: "Username to log in into a repository where the package will be uploaded if using http-basic authentication instead of api token"
required: false
repository_password:
description: "Password to log in into a repository where the package will be uploaded if using http-basic authentification instead of api token"
description: "Password to log in into a repository where the package will be uploaded if using http-basic authentication instead of api token"
required: false
build_format:
description: 'The build format to be used, either "sdist" or "wheel"'
Expand Down

0 comments on commit 69905d4

Please sign in to comment.