File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
5757For best results, figure out what kind of workflow fits your
5858project's specific needs.
59+
5960For example, you could implement a parallel workflow that
6061pushes every commit to Test PyPI or your own index server,
6162like `devpi`. For this, you'd need to (1) specify a custom
6263` repository_url` value and (2) generate a unique version
6364number 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
6566you could also invent your own solution based on the distance
6667to 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
7272The action invocation in this case would look like :
7373` ` ` yml
Original file line number Diff line number Diff line change 2323then
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.
2929fi
You can’t perform that action at this time.
0 commit comments