Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 12, 2024
1 parent 4697b57 commit 354dd53
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,26 +83,6 @@ jobs:
cd lightrag
poetry publish --dry-run --build -v
# Uncomment the following lines to enable TestPyPI publishing
# test-publish-to-testpypi:
# needs: build-and-package
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.11'
# - name: Download distribution
# uses: actions/download-artifact@v2
# with:
# name: dist
# path: dist
# - name: Publish to TestPyPI
# run: |
# poetry config repositories.testpypi https://test.pypi.org/legacy/
# poetry publish --repository testpypi --username __token__ --password ${{ secrets.TEST_PYPI_API_TOKEN }}

publish-to-pypi:
needs:
- validate-tag
Expand Down

0 comments on commit 354dd53

Please sign in to comment.