Skip to content

Commit

Permalink
test version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 8, 2024
1 parent cc6ffc6 commit 9142e2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,17 @@ jobs:
# draft: false
# prerelease: false

rollback:
needs: publish-to-pypi
if: ${{ github.event.inputs.rollback == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Rollback to previous stable version
run: |
echo "Rolling back to previous stable version..."
# Add rollback logic here
# rollback:
# needs: publish-to-pypi
# if: ${{ github.event.inputs.rollback == 'true' }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.11'
# - name: Rollback to previous stable version
# run: |
# echo "Rolling back to previous stable version..."
# # Add rollback logic here
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "lightrag-project"
version = "v0.1.0-releasetest.4"
version = "v0.1.0-releasetest.5"
description = "A project to develop and test the lightrag library"
authors = ["Your Name <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9142e2a

Please sign in to comment.