Update github actions for v23

This commit is contained in:
ucar-tmeyer 2025-02-13 11:22:17 -07:00
parent 5c7f0fc38e
commit b9d554830f
2 changed files with 2 additions and 4 deletions

View file

@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install --upgrade setuptools python -m pip install --upgrade setuptools
- name: Build packages - name: Build packages
run: python setup.py sdist run: python -m build
- name: Save built packages as artifact - name: Save built packages as artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2

View file

@ -4,11 +4,9 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- website - v23
paths: paths:
- 'docs/**' - 'docs/**'
- 'examples/**'
jobs: jobs:
release: release:
name: Build name: Build