Skip to content

Commit 40da270

Browse files
committed
.
1 parent 3bbfd1d commit 40da270

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ jobs:
7979

8080
- name: Publish to PyPI
8181
uses: pypa/gh-action-pypi-publish@release/v1
82+
with:
83+
# Uses trusted publishing by default
84+
# If that fails, falls back to API token
85+
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scrappey"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Official Python wrapper for Scrappey.com - Web scraping API with Cloudflare bypass, antibot solving, and browser automation"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)