Skip to content

Commit 262812d

Browse files
committed
Update project and add github relase action
1 parent 1f28c77 commit 262812d

File tree

4 files changed

+4
-62
lines changed

4 files changed

+4
-62
lines changed

CHANGES.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019, Daniel Butum
3+
Copyright (c) 2019 - 2020, Daniel Butum
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

po_excel_translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.2"
1+
__version__ = "3.1"
22

33
import os
44
import sys

push_to_pypi.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
# Build
66
python3 -m pip install --user --upgrade setuptools wheel twine
7+
8+
echo "Build a binary wheel and a source tarball"
79
python3 setup.py sdist bdist_wheel
810

911
# Upload

0 commit comments

Comments
 (0)