diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 37b9bca..31ac59b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,4 +45,4 @@ jobs: run: | pip install twine twine check target/wheels/* - twine upload target/wheels/* + twine upload target/wheels/* --skip-existing diff --git a/Cargo.toml b/Cargo.toml index d09bb24..801aedc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "fast_mail_parser" -version = "0.2.3" +version = "0.2.5" authors = ["Andrii Sokyrko "] license = "Apache-2.0"