We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137a1f8 commit f8ca1bcCopy full SHA for f8ca1bc
README.md
@@ -3,6 +3,15 @@
3
A GitHub Action to unpack a source distribution package (tarball / `.tar.gz`) into the current workspace
4
5
6
+## Options
7
+
8
+This action only has two inputs — `source-tarball-name` (default:
9
+`*.tar.gz`) and `workflow-artifact-name` (default:
10
+`python-package-distributions`). It downloads the latter and works with
11
+the sdist matching the former glob to make its contents available in the
12
+current working directory.
13
14
15
## Any users?
16
17
At the moment, it is used by the [@CherryPy] upstream, more to come.
0 commit comments