Skip to content

Commit

Permalink
Upload source code distribution as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Sokyrko committed Jun 1, 2022
1 parent 457ff84 commit d467ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
pip install twine
twine check target/wheels/*
twine upload target/wheels/*
twine upload target/wheels/* --skip-existing
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "fast_mail_parser"
version = "0.2.3"
version = "0.2.5"
authors = ["Andrii Sokyrko <wartwvister@gmail.com>"]
license = "Apache-2.0"

Expand Down

0 comments on commit d467ca6

Please sign in to comment.