Skip to content

Commit f0f01a9

Browse files
committed
Updated workflow
1 parent 980a6e5 commit f0f01a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pip-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Publish Python (MPT) Package
22

33
on:
44
push:
5-
branches:
6-
- main # Publish only when pushing to the main branch
5+
# branches:
6+
# - main # Publish only when pushing to the main branch
77
tags: # Publish when a tag is created
8-
- 'v*' # Trigger for tags starting with 'v'
8+
- 'v*' # Trigger for tags starting with 'v'
99

1010
jobs:
1111
build-and-publish:

mpt/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from mpt import functions
1717

18-
__version__ = '0.7.45'
18+
__version__ = '0.7.46'
1919

2020
from mpt import settings, logger
2121
from mpt.config import Config

0 commit comments

Comments
 (0)