From a814cd317b6e8ec2f2c8eb1444d2e7f8a451478e Mon Sep 17 00:00:00 2001 From: soundsonacid Date: Tue, 16 Jul 2024 12:39:12 -0500 Subject: [PATCH] update release job --- .bumpversion.cfg | 2 +- .github/workflows/main.yml | 7 +++++++ pyproject.toml | 2 +- src/driftpy/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4e73c40..51ecb0f5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.70 +current_version = 0.7.69 commit = True tag = True tag_name = {new_version} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4d92a0a..ff91cd62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,6 +85,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Pull Latest Changes + run: | + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git pull - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/pyproject.toml b/pyproject.toml index fb59e688..c08ac554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driftpy" -version = "0.7.70" +version = "0.7.69" description = "A Python client for the Drift DEX" authors = ["x19 ", "bigz ", "frank "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index a314e4a6..95af5ab1 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.70" +__version__ = "0.7.69"