We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.3.2
1 parent 13d9ce8 commit ecb1f7fCopy full SHA for ecb1f7f
.github/workflows/publish.yml
@@ -1,7 +1,9 @@
1
name: Publish Python 🐍 distributions 📦 to PyPI
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ tags:
6
+ - '*'
7
8
jobs:
9
build-and-publish:
setup.py
@@ -7,7 +7,7 @@
setup(
name="assemblyai",
10
- version="0.3.1",
+ version="0.3.2",
11
description="AssemblyAI Python SDK",
12
author="AssemblyAI",
13
author_email="engineering.sdk@assemblyai.com",
0 commit comments