From 6f1eeb850bad207ce8579e082c0362ae81ce44b6 Mon Sep 17 00:00:00 2001 From: Mike Casale <46603283+mikewcasale@users.noreply.github.com> Date: Thu, 10 Aug 2023 04:24:22 -0700 Subject: [PATCH 1/3] Update release-and-pypi-publish.yml --- .github/workflows/release-and-pypi-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-and-pypi-publish.yml b/.github/workflows/release-and-pypi-publish.yml index 0b8dd346e..14bfd7367 100644 --- a/.github/workflows/release-and-pypi-publish.yml +++ b/.github/workflows/release-and-pypi-publish.yml @@ -171,6 +171,7 @@ jobs: run: | pip install wheel python setup.py bdist_wheel + find dist -type f ! -name "*.whl" -exec rm -f {} + - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 From 627b0b91539772ddc13d9d54c212dbc0bd275223 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 10 Aug 2023 11:47:58 +0000 Subject: [PATCH 2/3] Bump version [skip ci] --- fastlane_bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane_bot/__init__.py b/fastlane_bot/__init__.py index 80b629328..260556560 100644 --- a/fastlane_bot/__init__.py +++ b/fastlane_bot/__init__.py @@ -1,7 +1,7 @@ from .bot import CarbonBot as Bot, __VERSION__, __DATE__ from .config import Config, ConfigNetwork, ConfigDB, ConfigLogger, ConfigProvider -__version__ = '2.7.6' +__version__ = '2.7.7' From ec191c7d8aed22e92924e0a5c1b1fb970cbaee1c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 10 Aug 2023 11:48:06 +0000 Subject: [PATCH 3/3] Update changelog [skip ci] --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e28cf209..7224ae486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ ## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD) -[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.5...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.6...HEAD) -- Change the `--flashloan_tokens` flag type to list [\#57](https://github.com/bancorprotocol/fastlane-bot/issues/57) +- Fix broken pypi automation [\#66](https://github.com/bancorprotocol/fastlane-bot/issues/66) +- Update release-and-pypi-publish.yml [\#67](https://github.com/bancorprotocol/fastlane-bot/pull/67) ([mikewcasale](https://github.com/mikewcasale)) - Feature Request: Add `target_tokens` Setting to Narrow Search Space [\#62](https://github.com/bancorprotocol/fastlane-bot/issues/62) + +## [v2.7.6](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.6) (2023-08-09) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.5...v2.7.6) + +- Change the `--flashloan_tokens` flag type to list [\#57](https://github.com/bancorprotocol/fastlane-bot/issues/57) + - 62 add target tokens setting to narrow search space [\#63](https://github.com/bancorprotocol/fastlane-bot/pull/63) ([mikewcasale](https://github.com/mikewcasale)) ## [v2.7.5](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.5) (2023-08-09)