Skip to content

Commit fe9b155

Browse files
committed
Fix publish workflow
1 parent 3b63c0e commit fe9b155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6-
- *
6+
- '*'
77

88
jobs:
99
build-and-publish:

tempmail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Official Temp Mail API (https://temp-mail.io) Wrapper for Python.
33
"""
44

5-
__version__ = "0.1.0b1"
5+
__version__ = "0.1.0b2"
66

77
from .client import TempMailClient
88
from .models import (

0 commit comments

Comments
 (0)