Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Oct 4, 2021
2 parents 246e8d1 + 7f2629f commit 9a70a46
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 59 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
name: Build Job

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
Expand Down Expand Up @@ -58,15 +58,22 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Semantic Release Tool
run: |
npm install --save-dev semantic-release
npm install --save-dev @semantic-release/commit-analyzer
npm install --save-dev @semantic-release/git
npm install --save-dev @semantic-release/release-notes-generator
npm install --save-dev @semantic-release/github
npm install --save-dev @semantic-release/changelog
npm install --save-dev @semantic-release/exec
- name: Run Semantic Release
id: semrel
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
branches: |
[
'master', 'main'
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Run Semantic Release
run: npx semantic-release
env:
Expand Down
46 changes: 0 additions & 46 deletions build/semantic-release.sh

This file was deleted.

5 changes: 2 additions & 3 deletions src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name = falldetect
version = 1.0.4
author = Bhavika Kanani
author_email = bhavika@softmaxai.com
author = 'Bhavika Kanani, Ivelin Ivanov'
author_email = 'bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai'
description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -19,4 +19,3 @@ classifiers =
[options]
packages = find:
python_requires = >=3.7

0 comments on commit 9a70a46

Please sign in to comment.