Skip to content

Commit

Permalink
[优化]workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Nov 21, 2024
1 parent d12043a commit 1a81b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Pytest package

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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:
Expand Down

0 comments on commit 1a81b85

Please sign in to comment.