Skip to content

Commit

Permalink
Merge branch 'master' into new-displacement-example
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Mar 5, 2024
2 parents 66a4ccd + 145c274 commit 96981be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-compressed
path: dist/*.tar.gz
- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-whl
path: wheelhouse/*.whl

upload_to_pypi:
Expand Down
1 change: 1 addition & 0 deletions LoopStructural/modelling/features/fault/_fault_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def __call__(self, v):
def to_dict(self) -> dict:
"""Export the function to a dictionary
Returns
-------
dict
Expand Down

0 comments on commit 96981be

Please sign in to comment.