Skip to content

update the images in nbs 1,2 with yt dev #207

update the images in nbs 1,2 with yt dev

update the images in nbs 1,2 with yt dev #207

Workflow file for this run

name: Check Build
on: pull_request
jobs:
twinecheck:
name: twinecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools setuptools_scm wheel twine
- name: Build and check
run: |
python setup.py sdist bdist_wheel
twine check dist/*