Skip to content

Commit

Permalink
Updated toml to release to pypi, v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Nov 4, 2024
1 parent e70ee39 commit c9a2a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --non-interactive --skip-existing wheels-*/*


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ro-crate-rs"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
repository = "https://github.com/intbio-ncl/ro-crate-rs"
authors = ["Matt Burridge <[email protected]>"]
Expand Down

0 comments on commit c9a2a2b

Please sign in to comment.