mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update github actions for v23
This commit is contained in:
parent
5c7f0fc38e
commit
b9d554830f
2 changed files with 2 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade setuptools
|
||||
- name: Build packages
|
||||
run: python setup.py sdist
|
||||
run: python -m build
|
||||
|
||||
- name: Save built packages as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
4
.github/workflows/sphinx_build_deploy.yml
vendored
4
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -4,11 +4,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- website
|
||||
- v23
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'examples/**'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue