Skip to content

Commit

Permalink
Merge pull request #104 from agmoore4/build-docs-publish
Browse files Browse the repository at this point in the history
Updating to v4 of actions/artifacts and changing version number
  • Loading branch information
tgunda authored Feb 19, 2025
2 parents 8ae153f + 8461f7f commit 06d6fb4
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 06d6fb4

Please sign in to comment.