Commit graph

30 commits

Author SHA1 Message Date
tiffanycmeyer13
ad3ce0ce28
Merge pull request #140 from Unidata/dependabot-github_actions-actions-checkout-4
CI: (deps): Bump actions/checkout from 2 to 4
2025-02-13 13:54:52 -06:00
tiffanycmeyer13
64b7d7be7e
Merge pull request #141 from Unidata/dependabot-github_actions-peaceiris-actions-gh-pages-4
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
2025-02-13 13:54:34 -06:00
dependabot[bot]
d7b56d86a5
CI: (deps): Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 19:48:41 +00:00
dependabot[bot]
0d52f971c9
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 19:48:38 +00:00
dependabot[bot]
91f0600487
CI: (deps): Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 19:48:36 +00:00
Ryan May
5f875d32ec
CI: Switch to PyPI trusted publisher
This replaces using a fixed secret API token that is attached to a
single user.
2025-02-13 12:45:22 -07:00
ucar-tmeyer
e063e9398c Updating release.yml to install build 2025-02-13 11:45:51 -07:00
ucar-tmeyer
7d2144bd2f Update version of artifacts in release.yml since it's deprecated 2025-02-13 11:40:19 -07:00
ucar-tmeyer
b9d554830f Update github actions for v23 2025-02-13 11:22:17 -07:00
srcarter3
c98c96509e
Update release.yml
- remove the name the artifact is saved with, which then defaults it to "artifact"
- add the 'name' tag in the download attempt, using "artifact"
2022-01-05 15:35:35 -08:00
Shay Carter
425751dee4 First pass at implementing automated publishing
- created a new 'release.yml' file which is a GH Action that is triggered by a new Published Release
- it builds python from the latest in the main branch, and then will push it to pip (that part is commented out for this first pass for testing)

Small changes to the setup.py for python-awips builds
- changed the doc url to point to our new/current doc site
- changed the author's email from mj's to support-awips

Add in logic for publishing release to pypi
2022-01-05 16:12:16 -07:00
Shay Carter
7be2673568 small change to github action
- add workflow_dispatch as a trigger to see if the button will become available in github
2021-06-08 15:49:37 -06:00
srcarter3
0350c4b9f0
Update sphinx_build_deploy.yml
Only build the website off a new branch called 'website'
2021-06-01 09:35:25 -06:00
Shay Carter
ba86d8f70b Update github workflow:
-added back in the branch requirement for building the website
and switched it from "master" to "main" since we renamed that branch
2021-03-22 14:08:32 -07:00
Shay Carter
5f40573101 Small change to github action for my srcarter repo.
I want the website rebuild to trigger from any branch, because I want to preview web changes here before pushing them to the unidata branch
2021-03-18 14:46:12 -07:00
srcarter3
eca2e1506a
run gh-action on change to examples dir 2020-09-04 12:05:19 -06:00
srcarter3
f48d6c720b
Update sphinx_build_deploy.yml
comment out caching since it doesn't quite work right anyway
2020-09-02 16:29:40 -06:00
srcarter3
08aceefa76
Update sphinx_build_deploy.yml
fix for proper parenthesis in hashFiles cache line
2020-09-02 16:20:39 -06:00
srcarter3
97eab3f8c2
Update sphinx_build_deploy.yml
fix for hashfiles in caching
2020-09-02 16:18:19 -06:00
srcarter3
bd32e9af7c
Update sphinx_build_deploy.yml
First pass at trying to add caching for dependencies.
2020-09-02 16:14:31 -06:00
srcarter3
e506498bb6
Update sphinx_build_deploy.yml
change publish dir to ./docs/build/html
2020-09-02 13:19:00 -06:00
srcarter3
41c5e8057c
Update sphinx_build_deploy.yml
try going back to ./site as the publish_dir
2020-09-02 13:09:38 -06:00
srcarter3
522fb282dc
Update sphinx_build_deploy.yml
try changing the gh-pages publish_dir to ./public
2020-09-02 12:35:46 -06:00
srcarter3
9ca213bb98
Update sphinx_build_deploy.yml
install the readthedocs theme for sphinx
2020-09-02 12:17:42 -06:00
srcarter3
7346e5a601
Update sphinx_build_deploy.yml
try specifying the docs/ dir when running things
2020-09-02 12:14:51 -06:00
srcarter3
0ab8d731fc
Update sphinx_build_deploy.yml
add a call to update sphinx before running it to build the documentation
2020-09-02 11:57:54 -06:00
srcarter3
ad299381c3
Update sphinx_build_deploy.yml
spelling mistake for "requirements.txt"
2020-09-02 11:39:24 -06:00
srcarter3
73beeae98e
Update sphinx_build_deploy.yml
spelling mistake with peaceiris
2020-09-02 11:36:42 -06:00
srcarter3
804e30ba9e
Update sphinx_build_deploy.yml
was missing a line for "name: " under "release" (line 11)
2020-09-02 11:32:35 -06:00
srcarter3
42e779c611
Create sphinx_build_deploy.yml
First pass at creating a gh-action for using sphinx to build webpages and deploy to gh-pages
2020-09-02 11:28:33 -06:00