Skip to content

Commit

Permalink
edited description
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish0612 committed May 31, 2023
1 parent f6f8fa0 commit b6e64a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish package 2
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN_2 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ip_rotator"
authors = [
{ name="Anish", email="[email protected]" },
]
description = "Hides Your Ip address in https requests"
description = "Rotate IP In Http Request"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit b6e64a3

Please sign in to comment.