Skip to content

Commit

Permalink
Update badge and name of manylinux archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 26, 2021
1 parent 9d86c9a commit b6297b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/tests.yml
Expand Up @@ -75,13 +75,17 @@ env:

jobs:
# Because sharing code/steps is so hard, and because it can be
# extremely valuable to be able to get binary wheels even if there
# is some failure (e.g., for other people to test/debug), the
# strategy is to divide the process into several different jobs. The
# first builds and saves the binary wheels. It has dependent jobs
# that download and install the wheel to run tests, build docs, and
# perform linting. Building the manylinux wheels is an independent
# set of jobs.
# extremely valuable to be able to get binary wheels without
# uploading to PyPI and even if there is some failure, (e.g., for
# other people to test/debug), the strategy is to divide the process
# into several different jobs. The first builds and saves the binary
# wheels. It has dependent jobs that download and install the wheel
# to run tests, build docs, and perform linting. Building the
# manylinux wheels is an independent set of jobs.
#
# This divisin is time-saving for projects that take awhile to
# build, but somewhat less of a clear-cut win given how quick this
# is to compile (at least at this writing).
build-zope_interface:
# Sigh. Note that the matrix must be kept in sync
# with `test`, and `docs` must use a subset.
Expand Down Expand Up @@ -392,7 +396,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: wheelhouse/*whl
name: manylinux_x86_64_wheels.zip
name: manylinux_${{ matrix.image }}_wheels.zip
- name: Restore pip cache permissions
run: sudo chown -R $(whoami) ${{ steps.pip-cache.outputs.dir }}
- name: Publish package to PyPI
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -10,8 +10,8 @@
:target: https://pypi.org/project/zope.interface/
:alt: Supported Python versions

.. image:: https://travis-ci.com/zopefoundation/zope.interface.svg?branch=master
:target: https://travis-ci.com/zopefoundation/zope.interface
.. image:: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest
:target: https://zopeinterface.readthedocs.io/en/latest/
Expand Down

0 comments on commit b6297b0

Please sign in to comment.