Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Loop3D/loopstructural-visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed May 30, 2024
2 parents 582c677 + ffbc86a commit c5ffe96
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:

upload_to_pypi:
runs-on: "ubuntu-latest"

needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -62,5 +65,4 @@ jobs:
with:
skip_existing: true
verbose: true
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.2](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.1...v0.1.2) (2024-05-28)


### Bug Fixes

* update pypi to remove username and pw ([c8d1b43](https://github.com/Loop3D/loopstructural-visualisation/commit/c8d1b430443a2c454b5aeeff3f2099f8d5a3a978))

## [0.1.1](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.0...v0.1.1) (2024-05-28)


### Bug Fixes

* trigger release ([fc6a70f](https://github.com/Loop3D/loopstructural-visualisation/commit/fc6a70fc18ecd43fedd7a3f3d8d717ae790800e7))

## 0.1.0 (2024-05-28)


### Bug Fixes

* adding _2d_viewer file ([099c43c](https://github.com/Loop3D/loopstructural-visualisation/commit/099c43c693fb7f5e3c3f1cee587e80c12694411b))
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# loopstructural-visualisation
Visualisation module for LoopStructural

A LoopStructural interface for pyvista's Plotter class.


To install `pip install loopstructuralvisualisation` or for a jupyter notebook environment (including the pyvista[jupyuter] dependencies) `pip install loopstructuralvisualisation[jupyter]`

2 changes: 1 addition & 1 deletion loopstructuralvisualisation/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.2"

0 comments on commit c5ffe96

Please sign in to comment.