Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 10, 2025
1 parent 40c40b6 commit 0bad812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,15 @@ jobs:
merge-multiple: true

- name: "List distributions"
env:
# PYVERSIONS: changing the list of versions will change the number of
# expected distributions.
EXPECTED: 63
run: |
ls -alR
echo "Number of dists, there should be 72:"
echo "Number of dists, there should be $EXPECTED:"
ls -1 coverage-* | wc -l
files=$(ls coverage-* 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1
- name: "Sign artifacts"
uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
Expand Down
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ upgrading your version of coverage.py.
Unreleased
----------

Nothing yet.
- We now ship a py3-none-any.whl wheel file. Thanks, `Russell Keith-Magee
<pull 1914_>`_.

.. _pull 1914: https://github.com/nedbat/coveragepy/pull/1914


.. start-releases
Expand Down

0 comments on commit 0bad812

Please sign in to comment.