Skip to content

Commit

Permalink
Merge pull request #13 from fonttools/wheel-debugging
Browse files Browse the repository at this point in the history
CI debugging
  • Loading branch information
madig authored Aug 5, 2021
2 parents 17ce1a3 + 8a5787a commit 56a7f6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: python -m cibuildwheel --output-dir dist
- uses: actions/upload-artifact@v2
with:
name: wheels
name: wheels-${{ matrix.os }}
path: dist/*.whl

deploy:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine
pip install --upgrade setuptools wheel twine cython
- name: Download artifacts from build jobs
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -102,6 +102,5 @@ jobs:
else
echo "DEBUG: This is a final release"
fi
pip install cython
python setup.py sdist
twine upload dist/*
twine upload dist/wheels-*/*.whl

0 comments on commit 56a7f6c

Please sign in to comment.