mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 15:37:58 +08:00
fix: CI
This commit is contained in:
5
.github/workflows/python-publish.yml
vendored
5
.github/workflows/python-publish.yml
vendored
@ -21,8 +21,11 @@ jobs:
|
||||
# Used to host cibuildwheel
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Install package
|
||||
run: python -m pip install -U .
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install -U setuptools wheel pip .
|
||||
run: python -m pip install -U setuptools wheel pip
|
||||
|
||||
- name: Build wheels
|
||||
run: python setup.py sdist
|
||||
|
Reference in New Issue
Block a user