Skip to content

Commit

Permalink
fix Windows deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Ben David committed Jun 28, 2021
1 parent 0fad2fd commit a7b535d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pydomdisco"
version = "0.1.2"
version = "0.1.3"
authors = ["Gal Ben David <[email protected]>"]
edition = "2018"
description = "A fast async domain discovery tool written in Rust"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ strip = true

[tool.poetry]
name = "pydomdisco"
version = "0.1.2"
version = "0.1.3"
authors = ["Gal Ben David <[email protected]>"]
description = "A fast async domain discovery tool written in Rust"
readme = "README.md"
Expand Down

0 comments on commit a7b535d

Please sign in to comment.