From 1a81b856f907885768812d4d6ff4b18975e0945d Mon Sep 17 00:00:00 2001 From: longfengpili <398745129@qq.com> Date: Thu, 21 Nov 2024 11:59:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-package.yml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f836984..d69c2c3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -5,9 +5,9 @@ name: Pytest package on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/setup.py b/setup.py index 2a02930..f23798a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # @Author: longfengpili # @Date: 2023-06-02 15:27:41 # @Last Modified by: longfengpili -# @Last Modified time: 2024-11-13 10:47:28 +# @Last Modified time: 2024-11-21 11:59:07 # @github: https://github.com/longfengpili @@ -11,7 +11,7 @@ from pathlib import Path from setuptools.command.install import install -VERSION = '0.0.137' +VERSION = '0.0.138' PROJECT_NAME = 'pydbapi' with open('README.md', 'r', encoding='utf-8') as f: