Skip to content

Commit

Permalink
ci (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn authored Oct 28, 2024
1 parent 6f1534c commit 9c48561
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, musllinux, windows, macos, sdist]
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ version = "0.4.3"
edition = "2021"
authors = [
"Taku Fukada <[email protected]>",
"MIERUNE Inc. <[email protected]>",
]
description = "Calculates geoid heights for Japan using GSI's geoid model."
license = "MIT"
repository = "https://github.com/MIERUNE/japan-geoid"
repository = "https://github.com/ciscorn/japan-geoid"
categories = ["science", "science::geo"]

[package]
Expand Down
1 change: 0 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

Copyright (c) 2023 Taku Fukada
Copyright (c) 2023 MIERUNE Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# japan-geoid

[![Test](https://github.com/MIERUNE/japan-geoid/actions/workflows/test.yml/badge.svg)](https://github.com/MIERUNE/japan-geoid/actions/workflows/test.yml)
[![Maturin](https://github.com/MIERUNE/japan-geoid/actions/workflows/maturin.yml/badge.svg)](https://github.com/MIERUNE/japan-geoid/actions/workflows/maturin.yml)
[![codecov](https://codecov.io/gh/MIERUNE/japan-geoid/graph/badge.svg?token=c9T2ayChfw)](https://codecov.io/gh/MIERUNE/japan-geoid)
[![Test](https://github.com/ciscorn/japan-geoid/actions/workflows/test.yml/badge.svg)](https://github.com/ciscorn/japan-geoid/actions/workflows/test.yml)
[![Maturin](https://github.com/ciscorn/japan-geoid/actions/workflows/maturin.yml/badge.svg)](https://github.com/ciscorn/japan-geoid/actions/workflows/maturin.yml)
[![codecov](https://codecov.io/gh/ciscorn/japan-geoid/graph/badge.svg?token=c9T2ayChfw)](https://codecov.io/gh/ciscorn/japan-geoid)
[![Crates.io Version](https://img.shields.io/crates/v/japan-geoid)](https://crates.io/crates/japan-geoid)
[![PyPI - Version](https://img.shields.io/pypi/v/japan-geoid)](https://pypi.org/project/japan-geoid/)
[![NPM Version](https://img.shields.io/npm/v/japan-geoid)](https://www.npmjs.com/package/japan-geoid)
Expand Down
1 change: 0 additions & 1 deletion japan-geoid-py/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

Copyright (c) 2023 Taku Fukada
Copyright (c) 2023 MIERUNE Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions japan-geoid-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "japan-geoid"
description = "Calculate geoid heights for Japan using GSI's geoid model."
authors = [
{ name = "Taku Fukada", email = "[email protected]" },
{ name = "MIERUNE Inc.", email = "[email protected]" },
]
license = "MIT"
requires-python = ">=3.8"
Expand All @@ -20,7 +19,7 @@ classifiers = [
]

[project.urls]
repository = "https://github.com/MIERUNE/japan-geoid/"
repository = "https://github.com/ciscorn/japan-geoid/"

[tool.maturin]
features = ["pyo3/extension-module"]
Expand Down

0 comments on commit 9c48561

Please sign in to comment.