Skip to content

Commit

Permalink
πŸ’š Updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 20, 2024
1 parent 873df34 commit 7a215ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Publish Python 🐍 distribution πŸ“¦ to PyPI and TestPyPI

on: push
on:
push:
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mowl-borg",
version="1.0.2-dev.1",
version="1.0.2-dev.3",
author="Bio-Ontology Research Group",
author_email="[email protected]",
description="mOWL: A machine learning library with ontologies",
Expand Down

0 comments on commit 7a215ba

Please sign in to comment.