Skip to content

Commit

Permalink
fix: email address used for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Jun 9, 2024
1 parent 2b254d8 commit 0452436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = "gcm_rs"
version = "1.0.0"
authors = ["ashgw [email protected]"]
authors = ["[email protected]"]
edition = "2021"
description = "AES-256 GCM"
repository = "https://github.com/ashgw/gcm_rs"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ dynamic = ["version"]
python-source = "."
module-name = "py._lib_name"
features = ["pyo3/extension-module"]
api-key = "PYPI_API_KEY"

0 comments on commit 0452436

Please sign in to comment.