File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Usage
8
8
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.
10
10
` .github/workflows/main.yml ` )
11
11
12
12
@@ -56,18 +56,18 @@ by putting them into the `dist/` folder prior to running this Action.
56
56
57
57
For best results, figure out what kind of workflow fits your
58
58
project's specific needs.
59
+
59
60
For example, you could implement a parallel workflow that
60
61
pushes every commit to Test PyPI or your own index server,
61
62
like `devpi`. For this, you'd need to (1) specify a custom
62
63
` repository_url` value and (2) generate a unique version
63
64
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
65
66
you could also invent your own solution based on the distance
66
67
to the latest tagged commit.
67
68
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].
71
71
72
72
The action invocation in this case would look like :
73
73
` ` ` yml
Original file line number Diff line number Diff line change 23
23
then
24
24
>&2 echo \
25
25
[WARNING]: \
26
- It looks like there is no Python distribution packages to \
26
+ It looks like there are no Python distribution packages to \
27
27
publish in the ' "dist/"' directory. Please verify that they \
28
28
are in place should you face this problem.
29
29
fi
You can’t perform that action at this time.
0 commit comments