Skip to content

Commit 0840047

Browse files
committed
Advance version to 3.2 and simplify github actions
1 parent 8b9fbb5 commit 0840047

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip
23-
pip install setuptools wheel twine
22+
python -m pip install --upgrade pip setuptools wheel twine
2423
- name: Build and publish
2524
env:
2625
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

.github/workflows/release.yml

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

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.1"
1+
__version__ = "3.2"
22

33
import os
44
import sys

0 commit comments

Comments
 (0)