Skip to content

Commit

Permalink
Bump version and fix download binaries in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Sep 26, 2024
1 parent 1ca09c9 commit 8bd2584
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
pattern: lib-wrapper-*
path: pythonfmu/resources
merge-multiple: true

- name: Build distribution artifacts
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: lib-wrapper-*
path: pythonfmu/resources
path: pythonfmu/resources
merge-multiple: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pythonfmu/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.4"
__version__ = "0.6.5"

0 comments on commit 8bd2584

Please sign in to comment.