From a33cb5269c97368e3ba81aa77832ab565b166ca7 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 31 Oct 2024 15:17:18 -0700 Subject: [PATCH 1/3] infra: disable pypi release attestations (#4) --- .github/workflows/_release.yml | 4 +++- .github/workflows/_test_release.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 0aa77f9..0076b15 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -216,9 +216,11 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: ${{ inputs.working-directory }}/dist/ + packages-dir: \$\{\{ inputs\.working-directory \}\}/dist/ verbose: true print-hash: true + # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1\.11\.0 + attestations: false mark-release: needs: diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index f49e505..a57496b 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -93,3 +93,5 @@ jobs: # This is *only for CI use* and is *extremely dangerous* otherwise! # https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates skip-existing: true + # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0 + attestations: false From 11096f891938fd1cd9d02feb44f9a9ec0b552c54 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 31 Oct 2024 15:20:50 -0700 Subject: [PATCH 2/3] erick/infra disable pypi release attestations 2 (#5) --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 0076b15..e1b40fa 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -216,7 +216,7 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: \$\{\{ inputs\.working-directory \}\}/dist/ + packages-dir: ${{ inputs.working-directory }}/dist/ verbose: true print-hash: true # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1\.11\.0 From 23452b7097a20247a7db2e673c228be6413ecced Mon Sep 17 00:00:00 2001 From: Aniruddh Munde Date: Mon, 4 Nov 2024 11:02:11 -0800 Subject: [PATCH 3/3] Update README.md (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22fb8d3..b34f7a8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ This repository contains 2 package with Azure integrations with LangChain: - [langchain-azure-dynamic-sessions](https://pypi.org/project/langchain-azure-dynamic-sessions/) -- [langchain-sqlserver]() +- [langchain-sqlserver](https://pypi.org/project/langchain-sqlserver/) **Note**: This repository will replace all Azure integrations currently present in the `langchain-community` package. Users are encouraged to migrate to this repository as soon as possible.