Skip to content

Commit e982e54

Browse files
committed
update the action
1 parent ce19d55 commit e982e54

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# This workflows will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Upload Python Package
4+
name: Publish on PYPI
55

66
on:
7-
pull_request:
8-
branches:
9-
- master
10-
- develop
7+
release:
8+
types: [created]
119

1210
jobs:
1311
deploy:

docx/__init__.py

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

33
from docx.api import Document # noqa
44

5-
__version__ = '0.2.9-b'
5+
__version__ = '0.2.10'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)