We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a6e5 commit f0f01a9Copy full SHA for f0f01a9
.github/workflows/pip-publish.yml
@@ -2,10 +2,10 @@ name: Publish Python (MPT) Package
2
3
on:
4
push:
5
- branches:
6
- - main # Publish only when pushing to the main branch
+ # branches:
+ # - main # Publish only when pushing to the main branch
7
tags: # Publish when a tag is created
8
- - 'v*' # Trigger for tags starting with 'v'
+ - 'v*' # Trigger for tags starting with 'v'
9
10
jobs:
11
build-and-publish:
mpt/console.py
@@ -15,7 +15,7 @@
15
16
from mpt import functions
17
18
-__version__ = '0.7.45'
+__version__ = '0.7.46'
19
20
from mpt import settings, logger
21
from mpt.config import Config
0 commit comments