Skip to content

Commit e481d55

Browse files
authored
Merge pull request #4 from automated-a11y/release/v1.0.1
Release v1.0.1
2 parents 70e3dbf + 718de08 commit e481d55

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Publish distribution to PyPI
2727
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
29-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30-
repository_url: https://test.pypi.org/legacy/
29+
password: ${{ secrets.PYPI_API_TOKEN }}
3130
- name: Release
3231
uses: softprops/action-gh-release@v1
3332
with:

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to 80% issue coverage, or more, during development.
2222
For maven based project add the below dependency
2323

2424
```
25-
pip install -i https://test.pypi.org/simple/ python-a11y-playwright
25+
pip install python-a11y-playwright
2626
```
2727
### Getting Started
2828

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-a11y-playwright"
7-
version = "0.0.3"
7+
version = "1.0.1"
88
authors = [
99
{ name="Sridhar Bandi", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)