Skip to content

Commit

Permalink
🔖 version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zrquan committed Oct 25, 2024
1 parent 9c29794 commit 71d1589
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
run: uvx --from build pyproject-build --installer uv

- name: Publish package
run: uvx twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

deploy-docs:
needs: publish
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nmass"
version = "0.1.4"
version = "0.1.5"
description = "A python3 library that makes it easier to use nmap and masscan."
authors = [{ name = "4shen0ne", email = "4shen.01@gmail.com" }]
readme = "README.md"
Expand Down Expand Up @@ -47,6 +47,9 @@ dev-dependencies = [
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = ["nmass"]

[tool.mypy]
files = ["nmass"]
disallow_untyped_defs = true
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71d1589

Please sign in to comment.