diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21be4d5..56d67fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,7 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} - name: Release uses: softprops/action-gh-release@v1 with: diff --git a/ReadMe.md b/ReadMe.md index cd4448d..0d7730e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -22,7 +22,7 @@ to 80% issue coverage, or more, during development. For maven based project add the below dependency ``` -pip install -i https://test.pypi.org/simple/ python-a11y-playwright +pip install python-a11y-playwright ``` ### Getting Started diff --git a/pyproject.toml b/pyproject.toml index efde6a8..ad3d2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-a11y-playwright" -version = "0.0.3" +version = "1.0.1" authors = [ { name="Sridhar Bandi", email="sridhar.bandi.ece@gmail.com" }, ]