From a7b535da61383c99a9623fb77ca9a7265e76dbad Mon Sep 17 00:00:00 2001 From: Gal Ben David Date: Mon, 28 Jun 2021 11:23:51 +0300 Subject: [PATCH] fix Windows deploy action --- .github/workflows/deploy.yml | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 290fb19..accf916 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,6 @@ jobs: maturin-version: latest command: publish manylinux: 2014 - args: --username=__token__ --no-sdist + args: --username=__token__ --no-sdist --interpreter=python env: MATURIN_PASSWORD: ${{ secrets.pypi_password }} diff --git a/Cargo.toml b/Cargo.toml index 30677bf..cc55d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydomdisco" -version = "0.1.2" +version = "0.1.3" authors = ["Gal Ben David "] edition = "2018" description = "A fast async domain discovery tool written in Rust" diff --git a/pyproject.toml b/pyproject.toml index 0cf9621..75ad680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ strip = true [tool.poetry] name = "pydomdisco" -version = "0.1.2" +version = "0.1.3" authors = ["Gal Ben David "] description = "A fast async domain discovery tool written in Rust" readme = "README.md"