Skip to content

Commit

Permalink
update release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu committed Feb 27, 2024
1 parent 58df246 commit 13907bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
build-artifact:
name: Build DASstore package
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,6 +38,8 @@ jobs:
name: Test DASstore package
needs: build-artifact
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
- uses: actions/setup-python@v4.5.0
name: Install Python
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![DOI](https://zenodo.org/badge/566535376.svg)](https://zenodo.org/badge/latestdoi/566535376)
[![codecov](https://codecov.io/github/niyiyu/DASstore/graph/badge.svg?token=AO893P0KQG)](https://codecov.io/github/niyiyu/DASstore)
[![client io test](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml/badge.svg)](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml)
![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)

[![client test](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml/badge.svg)](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml)
[![PyPI Version](https://img.shields.io/pypi/v/dasstore.svg)](https://pypi.python.org/pypi/dasstore)

## Overview
This work introduce a new storage solution for distributed acoustic sensing (DAS) data. We introduce object storage that has been widely used in commercial cloud storage (AWS S3, Azure Blob, etc.) to a local data server. Instead of hosting data in the HDF5 format, we proposed hosting DAS data in the Zarr format that is optimized for cloud environment.
Expand Down

0 comments on commit 13907bd

Please sign in to comment.