From d467ca6f228c163e0c193d58c75a6646b4eb406b Mon Sep 17 00:00:00 2001 From: Andrii Sokyrko Date: Wed, 1 Jun 2022 11:49:12 +0200 Subject: [PATCH] Upload source code distribution as well --- .github/workflows/publish.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"