You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create Debian packages for Python libraries and applications
20
+
- Create Debian packages for Python libraries and applications (supports [FPM](https://fpm.readthedocs.io/en/latest/)
21
+
and [dh-virtualenv](https://dh-virtualenv.readthedocs.io/en/latest/) packaging)
9
22
- Cross-platform package creation using QEMU, Docker buildx and devcontainer
10
23
11
24
## Inputs
@@ -19,14 +32,16 @@ Create Python distribution packages: source, wheel and Debian packages
19
32
-`add-source-dist`: Add source distribution to the package creation (default: `true`)
20
33
-`add-wheel-dist`: Add wheel distribution to the package creation (default: `true`)
21
34
-`debian-dist-type`: Type of the Debian package to create: `library`/`application`/`none` (default: `none`)
22
-
-`debian-dist-command`: Command to run for the Debian package creation (default: FPM build for libraries, dh-virtualenv for applications)
35
+
-`debian-dist-command`: Command to run for the Debian package creation (default: FPM build for libraries, dh-virtualenv
36
+
for applications)
23
37
24
38
### Cross-platform package creation
25
39
26
40
-`docker-registry`: Docker registry to use (default: `docker.io`)
27
41
-`docker-username`: Docker registry username
28
42
-`docker-password`: Docker registry password
29
-
-`devcontainer-config`: Devcontainer configuration selector `.devcontainer/<config>/devcontainer.json` (if not specified, it will use `.devcontainer/devcontainer.json`)
43
+
-`devcontainer-config`: Devcontainer configuration selector `.devcontainer/<config>/devcontainer.json` (if not
44
+
specified, it will use `.devcontainer/devcontainer.json`)
30
45
-`devcontainer-command`: Command to run in the devcontainer
0 commit comments