Skip to content

Commit

Permalink
Ignore attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Dec 10, 2024
1 parent cee5e7a commit a2e152f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,13 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
attestations: false
verbose: true
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false
verbose: true

docs:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"
authors = ["Kohei Shinohara <[email protected]>"]
description = "Library for Crystal Symmetry in Rust"
edition = "2021"
version = "0.2.0"
version = "0.2.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spglib/moyo"

Expand Down
2 changes: 1 addition & 1 deletion moyopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "moyopy"
crate-type = ["cdylib"]

[dependencies]
moyo = { path = "../moyo", version = "0.2.0" }
moyo = { path = "../moyo", version = "0.2.1" }
nalgebra.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit a2e152f

Please sign in to comment.