Skip to content

Commit ccc58ba

Browse files
authored
Fix typos and rephrase README
PR #12 by @hugovk
2 parents 0f45ea9 + 881f004 commit ccc58ba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyPI.
66

77
## Usage
88

9-
To use the action add the following step to your workflow file (e.g.:
9+
To use the action add the following step to your workflow file (e.g.
1010
`.github/workflows/main.yml`)
1111

1212

@@ -56,18 +56,18 @@ by putting them into the `dist/` folder prior to running this Action.
5656

5757
For best results, figure out what kind of workflow fits your
5858
project's specific needs.
59+
5960
For example, you could implement a parallel workflow that
6061
pushes every commit to Test PyPI or your own index server,
6162
like `devpi`. For this, you'd need to (1) specify a custom
6263
`repository_url` value and (2) generate a unique version
6364
number for each upload so that they'd not create a conflict.
64-
The later is possible if you use `setuptools_scm` package but
65+
The latter is possible if you use `setuptools_scm` package but
6566
you could also invent your own solution based on the distance
6667
to the latest tagged commit.
6768

68-
Please notice that you'll need to create another token for a
69-
separate host and then [save it as a GitHub repo
70-
secret][Creating & using secrets].
69+
You'll need to create another token for a separate host and then
70+
[save it as a GitHub repo secret][Creating & using secrets].
7171

7272
The action invocation in this case would look like:
7373
```yml

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[
2323
then
2424
>&2 echo \
2525
[WARNING]: \
26-
It looks like there is no Python distribution packages to \
26+
It looks like there are no Python distribution packages to \
2727
publish in the '"dist/"' directory. Please verify that they \
2828
are in place should you face this problem.
2929
fi

0 commit comments

Comments
 (0)