Skip to content

Commit

Permalink
update to build docs with artifact/uppload-artifact@v4; changing vers…
Browse files Browse the repository at this point in the history
…ion number
  • Loading branch information
agmoore4 committed Feb 19, 2025
1 parent 8ae153f commit 8461f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m pip install -e .
- name: Build documentation
run: sphinx-build -b html docs/ docs/_build/html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/_build/html
2 changes: 1 addition & 1 deletion pvops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# warnings.warn("")
pass

__version__ = '0.4.0'
__version__ = '0.5.0'

__copyright__ = """Copyright 2023 National Technology & Engineering
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525
Expand Down

0 comments on commit 8461f7f

Please sign in to comment.