[Python] Fix wheel publishing (#5608)

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge 2023-07-18 21:52:26 -04:00 committed by GitHub
parent a251f22d64
commit a9c5d771d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Unshallow CIRCT
run: |
git fetch --unshallow --tags --no-recurse-submodules
git fetch --force --unshallow --tags --no-recurse-submodules
- name: Setup Python
uses: actions/setup-python@v3