Pillow/README.rst

56 lines
2.1 KiB
ReStructuredText
Raw Normal View History

Pillow Wheel Builder
====================
2014-06-30 14:58:20 +04:00
2015-07-02 02:26:49 +03:00
This repository creates wheels for tagged versions of Pillow::
2015-06-08 03:58:36 +03:00
2019-01-06 18:19:03 +03:00
./update-pillow-tag.sh <VERSION>
2015-07-02 02:26:49 +03:00
2022-01-28 03:13:54 +03:00
.. image:: https://github.com/python-pillow/pillow-wheels/workflows/Lint/badge.svg
:target: https://github.com/python-pillow/pillow-wheels/actions/workflows/lint.yml
:alt: GitHub Actions build status (Lint)
2020-12-03 16:44:27 +03:00
.. image:: https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg
2022-01-28 03:13:54 +03:00
:target: https://github.com/python-pillow/pillow-wheels/actions/workflows/wheels.yml
:alt: GitHub Actions build status (Wheels)
2020-12-03 16:44:27 +03:00
2021-10-15 16:02:27 +03:00
.. image:: https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg
2022-01-18 06:29:56 +03:00
:target: https://app.travis-ci.com/github/python-pillow/pillow-wheels
2020-12-11 13:22:12 +03:00
:alt: Travis CI build status
Archives
--------
https://github.com/python-pillow/pillow-depends contains archives for libraries
that will be built as part of the Pillow build.
In general, there is no need to put library archives there, because the
``multibuild`` scripts will download them from their respective URLs.
But, the build will look in that repository before downloading from the
URL, so if there is a library that often fails to download, or you think might
2019-01-06 18:20:03 +03:00
fail to download, then download it and add it to the Git repository.
See the ``pre_build`` in ``config.sh`` and the ``fetch_unpack`` routine in
``multibuild/common_utils.sh`` for the logic, and the build recipes in
``multibuild/library_builders.sh`` for the filename to give to the downloaded
archive.
2015-07-02 02:26:49 +03:00
Wheels
------
Wheels are uploaded to https://github.com/python-pillow/pillow-wheels/releases.
Credentials for this specific repo are stored in a Travis CI secret, so the upload
won't work from another repository.
2015-07-02 02:26:49 +03:00
2023-01-03 13:32:12 +03:00
Windows wheels are not created here. Instead, they are
`GitHub Actions artifacts created on each run of the Pillow repository <https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml?query=branch%3Amain>`_.
2015-07-02 02:26:49 +03:00
PyPI
~~~~
2020-08-14 15:20:01 +03:00
Download wheels from the
`latest release <https://github.com/python-pillow/pillow-wheels/releases>`_ and upload
to PyPI::
2014-10-08 15:02:20 +04:00
2022-08-10 12:11:21 +03:00
python3 -m twine upload Pillow-<VERSION>-*