Skip to content

Commit

Permalink
Fix publish workflow (#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Jul 12, 2024
1 parent bfb3f60 commit a015938
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "3.10"
- name: Install pypa/build
run: python -m pip install --require-hashes --no-deps -r .ci/requirements/publish/requirements.txt
- name: Install pypa/build
run: |
python -m pip install --require-hashes --no-deps -r .ci/requirements.txt
Expand Down

0 comments on commit a015938

Please sign in to comment.