summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-18 08:08:16 +0100
committerMichael Howitz <mh@gocept.com>2021-11-19 08:09:30 +0100
commit7b494bc6348cde6e03b5b44f026abe8aa7d3a412 (patch)
tree2a6a2c3264c04973f4da8d2cef65a51fb7eba161
parent083849dcd50f10c5bbab05b55012f04b1c00ccfd (diff)
downloadzope-proxy-7b494bc6348cde6e03b5b44f026abe8aa7d3a412.tar.gz
Prevent faulty wheel in future.
Fixes #49. Uses https://github.com/zopefoundation/meta/pull/129
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 65a0412..3e42c56 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -109,7 +109,7 @@ jobs:
- os: macos-latest
python-version: "pypy-2.7"
- os: macos-latest
- python-version: "pypy-3.6"
+ python-version: "pypy-3.7"
- os: macos-latest
python-version: "3.5"
@@ -169,7 +169,7 @@ jobs:
# We cannot 'uses: pypa/gh-action-pypi-publish@v1.4.1' because
# that's apparently a container action, and those don't run on
# the Mac.
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(runner.os, 'Mac')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(runner.os, 'Mac') && !startsWith(matrix.python-version, 'pypy')
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
@@ -196,7 +196,7 @@ jobs:
- os: macos-latest
python-version: "pypy-2.7"
- os: macos-latest
- python-version: "pypy-3.6"
+ python-version: "pypy-3.7"
- os: macos-latest
python-version: "3.5"