diff --git a/.github/workflows/publish_internal.yml b/.github/workflows/publish_internal.yml index b970c9f4595..66cf99082ec 100644 --- a/.github/workflows/publish_internal.yml +++ b/.github/workflows/publish_internal.yml @@ -30,7 +30,7 @@ jobs: with: python-version: "3.10" - name: Install pypa/build - run: python -m pip install build + run: python -m pip install build~=1.0.3 - name: Build sdist run: python -m build --sdist - uses: actions/upload-artifact@v3 @@ -50,7 +50,7 @@ jobs: with: python-version: "3.10" - name: Install dependencies - run: python -m pip install twine + run: python -m pip install twine~=4.0.2 - name: Download artifacts uses: actions/download-artifact@v3 with: