Skip to content

Commit

Permalink
Merge pull request #1 from Machine-Learning-for-Everyone-ML4E/main
Browse files Browse the repository at this point in the history
v0.0.1.b
  • Loading branch information
sudo-rsingh authored Mar 17, 2024
2 parents 4cc94c5 + 56e9b86 commit e32e3a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PyPI Deployment
on:
push:
branches:
- main # Adjust this to match your main branch name
- production # Adjust this to match your main branch name

jobs:
deploy:
Expand Down
96 changes: 0 additions & 96 deletions .github/workflows/publish.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/python-publish.yml

This file was deleted.

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='ml4e',
version='0.0.1.a',
version='0.0.1.b',
description='Home for state-of-art ML Models.',
url='https://github.com/Machine-Learning-for-Everyone-ML4E/ml4e',
long_description='Home for state-of-art ML Models.',
Expand Down

0 comments on commit e32e3a7

Please sign in to comment.