Skip to content

Commit

Permalink
Fix the workflow and update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-mohanty committed Mar 18, 2024
1 parent 1c9cbf8 commit c2dbdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish - PyPI
on:
push:
tags-ignore:
- "!*-rc[0-9]+"
- "*-rc*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="amazon-product-details-scraper",
version="1.0.2-rc1",
version="1.0.2-rc2",
description="Scrapes product details from Amazon product pages and also downloads the images",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c2dbdab

Please sign in to comment.