Skip to content

Commit

Permalink
publish workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajithi committed Jun 12, 2024
1 parent 38d5eb6 commit b9fe38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Upload Python Package

on:
push:
branches:
- feature/deploy # Change this to your branch for testing
release:
types: [published]


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

setup(
name="tiny-web-crawler", # PyPI package name
version="0.1.2",
version="0.1.3",
author="Indrajith Indraprastham",
author_email="[email protected]",
description="A simple and efficient web crawler in Python.",
Expand Down

0 comments on commit b9fe38b

Please sign in to comment.