Commit 2fce9b10 authored by Jason Madden's avatar Jason Madden

Add a step that saves the built wheel.

parent 4fff473e
......@@ -192,6 +192,11 @@ jobs:
run: |
ls -l dist
twine check dist/*
- name: Upload gevent wheel
uses: actions/upload-artifact@v2
with:
name: gevent-${{ runner.os }}-${{ matrix.python-version }}.whl
path: dist/*whl
- name: Install gevent
# I'd prefer to install the wheel in non-editable mode, but that seems to
# screw up coverage reporting.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment