Skip to content

Commit

Permalink
Resolve pinned-dependency issues on publish_internal workflow (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Feb 13, 2024
1 parent c23ba5a commit aa8a5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit aa8a5cb

Please sign in to comment.