A new package is automatically uploaded to PyPI when a new tag is pushed to Github. To release a new version follow the steps:
-
Update the version number X.X.X in scrapingbee/version.py and push the change.
-
Create a tag with the same version number.
git tag X.X.X- Push the tag to Github.
git push origin X.X.XA new version will be pushed to PyPI using the PyPI Github Action defined in .github/workflows/main.yaml.