add notes

This commit is contained in:
Jack McKew 2020-06-04 09:25:21 +10:00 committed by GitHub
parent 0ef75fa4df
commit a9a33a332d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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`: