From 38d5eb6226c1f2fcb22d0bce1bc9cee8657f685d Mon Sep 17 00:00:00 2001 From: Indrajith Indraprastham Date: Thu, 13 Jun 2024 02:41:32 +0530 Subject: [PATCH] publish workflow --- .github/workflows/python-publish.yml | 5 ----- setup.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a3652bd..cda8f80 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,11 +25,6 @@ jobs: pip install build twine - name: Build package run: python -m build - - name: Debug Secret - run: | - echo "PYPI_API_TOKEN starts with ${PYPI_API_TOKEN:0:2} and ends with ${PYPI_API_TOKEN: -2}" - env: - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - name: Publish package env: TWINE_USERNAME: __token__ diff --git a/setup.py b/setup.py index 641e0a0..95375dd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="tiny-web-crawler", # PyPI package name - version="0.1.1", + version="0.1.2", author="Indrajith Indraprastham", author_email="indr4jith@gmail.com", description="A simple and efficient web crawler in Python.",