Skip to content

Commit

Permalink
Merge branch 'main' into ww/permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jan 19, 2025
2 parents c5cadcc + d97beec commit 0b99c28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

- name: publish
if: ${{ !inputs.dry-run }}
uses: pypa/gh-action-pypi-publish@v1.12.2
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
attestations: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
merge-multiple: true

- name: publish
uses: pypa/gh-action-pypi-publish@v1.12.2
uses: pypa/gh-action-pypi-publish@v1.12.3
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 @@ -18,7 +18,7 @@ crate-type = ["cdylib"]

[dependencies]
age-core = "0.11"
age = { version = "0.11", features = ["ssh", "plugin"] }
age = { version = "0.11.1", features = ["ssh", "plugin"] }
pyo3 = { version = "0.23", features = [
"extension-module",
"abi3",
Expand Down

0 comments on commit 0b99c28

Please sign in to comment.