Skip to content

Commit 35c0994

Browse files
committed
Update metadata, badge, and citation for 2025-05-17
1 parent 89ce47f commit 35c0994

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/fh.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Publish to FlakeHub
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
flakehub-publish:
9+
strategy:
10+
matrix:
11+
system: [x86_64-linux, aarch64-linux, aarch64-darwin]
12+
runs-on: [self-hosted, linux, x64, ${{ matrix.system }}]
13+
permissions:
14+
id-token: write
15+
contents: read
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: DeterminateSystems/nix-installer-action@main
19+
- uses: DeterminateSystems/flakehub-push@main
20+
with:
21+
name: qompassai/Python # Auto-generate org/repo-name format
22+
rolling: true
23+
visibility: public

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"language": "eng",
66
"upload_type": "software",
77
"access_right": "open",
8-
"version": "2025-04-27-55-gaa4728c3-dirty",
8+
"version": "2025-04-27-56-g89ce47f1",
99
"publication_date": "2025-05-17",
1010
"creators": [
1111
{

0 commit comments

Comments
 (0)