From a9a33a332db9d753bfe578d34a5119668088948a Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Thu, 4 Jun 2020 09:25:21 +1000 Subject: [PATCH] add notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5bfb3d..f012e7a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ If you wish to specify a package mirror, this is possibly via the `pypi_url` and - `pypi_url` = `https://pypi.python.org/` - `pypi_index_url` = `https://pypi.python.org/simple` +> If you are using the default Python `gitignore` file, ensure to remove `.spec`. + +> This action uses [Wine](https://www.winehq.org) to emulate windows inside Docker for packaging POSIX executables. + ## Example usage Include this in your `.github/workflows/main.yaml`: