Skip to content

Commit

Permalink
fix: nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jul 3, 2023
1 parent 7dd1796 commit b7ab563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

- name: Rename wheel
run: python codegen/rename_whl.py
run: |
python codegen/rename_whl.py
rm -rf dist/*.tar.gz
- name: Upload to Azure PyPi
if: ${{ !env.ACT }}
Expand Down

0 comments on commit b7ab563

Please sign in to comment.