Skip to content

Commit 616b307

Browse files
committed
Update to libdataset v1.0.1 and add M1 support
1 parent 2f01fcb commit 616b307

10 files changed

+95
-180
lines changed

.github/workflows/codemeta2cff.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: CodeMeta2CFF
2+
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
workflow_dispatch:
8+
inputs:
9+
reason:
10+
description: 'Reason'
11+
required: false
12+
default: 'Manual trigger'
13+
14+
jobs:
15+
CodeMeta2CFF:
16+
runs-on: ubuntu-20.04
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v2
20+
- name: Convert CFF
21+
uses: caltechlibrary/codemeta2cff@main
22+
- name: Commit CFF
23+
uses: EndBug/add-and-commit@v7
24+
with:
25+
message: 'Add CITATION.cff for release'
26+
add: 'CITATION.cff'
27+
branch: 'main'

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/py_dataset",
77
"issueTracker": "https://github.com/caltechlibrary/py_dataset/issues",
88
"license": "https://data.caltech.edu/license",
9-
"version": "0.1.9",
9+
"version": "1.0.1",
1010
"author": [
1111
{
1212
"@type": "Person",

py_dataset/lib/libdataset-arm.dylib

3.43 MB
Binary file not shown.

py_dataset/lib/libdataset.dll

-2.49 MB
Binary file not shown.

py_dataset/lib/libdataset.dylib

-2.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)