Skip to content

Commit

Permalink
feat: added semantic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Apr 12, 2024
1 parent 19616c5 commit d23038b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -20,6 +22,10 @@ jobs:
- name: understand env
run: |
ls dist
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gh CLI Command
env:
GH_TOKEN: ${{ github.token }}
Expand Down
26 changes: 4 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyHa"
version = "0.0.0"
version = "1.0.0"
description = "PyHa"
authors = [
"UCSD Engineers for Exploration <[email protected]>",
Expand Down Expand Up @@ -36,7 +36,7 @@ synology-api = "0.5.1"
autopep8 = "^2.0.4"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.9,<3.11"
librosa = "^0.10.1"
jupyter = "^1.0.0"
scikit-learn = "^1.3.2"
Expand Down

0 comments on commit d23038b

Please sign in to comment.