We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cd018 commit 44ce05eCopy full SHA for 44ce05e
.github/workflows/ci-cd.yml
@@ -3,6 +3,7 @@ name: CI-CD # CI/CD workflow
3
on:
4
push:
5
branches: [ "main" ] # Trigger on pushes to 'main'
6
+ tags: [ "*" ] # Trigger on version tags like v1.0.0
7
pull_request:
8
branches: [ "main" ] # Trigger on PRs targeting 'main'
9
setup.py
@@ -2,7 +2,7 @@
2
setup(
name="excel_api_access",
- version="1.0.5",
+ version="1.0.6",
author="Dylan Picart",
author_email="dylanpicart@mail.adelphi.edu",
description="A Python scraper for downloading Excel datasets from NYC InfoHub.",
0 commit comments