Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b1b438

Browse files
committed
ok even betterer publishing [ci skip]
1 parent c95ea5d commit 6b1b438

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/python-publish-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2-
1+
name: Publish Python 🐍 distribution 📦 to PyPI
32
on:
4-
release:
5-
types: [published]
6-
3+
push:
4+
# Pattern matched against refs/tags
5+
tags:
6+
- 'v*' # Push events to every tag not containing /
77
jobs:
88
build:
99
name: Build distribution 📦

.github/workflows/python-publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# Pattern matched against refs/tags
66
tags:
7-
- '*' # Push events to every tag not containing /
7+
- 'test*' # Push events to every tag not containing /
88

99
jobs:
1010
build:

conda.recipe/stable/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: paramnormal
3-
version: 0.4.1
3+
version: 0.4.3
44

55
source:
66
git_url: https://github.com/phobson/paramnormal.git
7-
git_tag: v0.4.1
7+
git_tag: v0.4.3
88

99
build:
1010
number: 1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = "0.4.1"
77+
version = "0.4.3"
7878
# The full version, including alpha/beta/rc tags.
79-
release = "0.4.1"
79+
release = "0.4.3"
8080

8181
# The language for content autogenerated by Sphinx. Refer to documentation
8282
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = "paramnormal: Conventionally parameterized probability distributions"
88
LONG_DESCRIPTION = DESCRIPTION
99
NAME = "paramnormal"
10-
VERSION = "v0.4.2"
10+
VERSION = "v0.4.3"
1111
AUTHOR = "Paul Hobson"
1212
AUTHOR_EMAIL = "[email protected]"
1313
URL = "http://phobson.github.io/paramnormal/"

0 commit comments

Comments
 (0)