Skip to content

Commit 44ce05e

Browse files
committed
Update CI/CD workflow to trigger on version tags and bump package version to 1.0.6
1 parent 52cd018 commit 44ce05e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI-CD # CI/CD workflow
33
on:
44
push:
55
branches: [ "main" ] # Trigger on pushes to 'main'
6+
tags: [ "*" ] # Trigger on version tags like v1.0.0
67
pull_request:
78
branches: [ "main" ] # Trigger on PRs targeting 'main'
89

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="excel_api_access",
5-
version="1.0.5",
5+
version="1.0.6",
66
author="Dylan Picart",
77
author_email="dylanpicart@mail.adelphi.edu",
88
description="A Python scraper for downloading Excel datasets from NYC InfoHub.",

0 commit comments

Comments
 (0)