Skip to content

Commit

Permalink
chore: update github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
touero committed Nov 20, 2024
1 parent 600e091 commit c2e49a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Upload Package To PyPI

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion easierdocker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .easier_docker import EasierDocker
from .log_re import log

__version__ = '2.2.3'
__version__ = '2.2.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='easier-docker',
version='2.2.3',
version='2.2.4',
author='EnSong Wei',
author_email='touer0018@gmail.com',
description='Configure your container image information more easily in python, allowing the container in docker '
Expand Down

0 comments on commit c2e49a6

Please sign in to comment.