Skip to content

Commit

Permalink
remove dummy whl in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Jul 12, 2024
1 parent 612fc29 commit 2482ca8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,6 @@ jobs:
echo "build binary dist..." &&
scripts/build_binary_dist_linux ${{inputs.icloudpd_version}} ${{ matrix.BUILD_PROP[2] }}
- name: Build Dummy Python Wheel
run: |
scripts/clone_whl_version ${{inputs.icloudpd_version}} 0.0.1234567890
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -499,10 +495,6 @@ jobs:
run: |
scripts/build_binary_dist_macos ${{inputs.icloudpd_version}}
- name: Build Dummy Python Wheel
run: |
scripts/clone_whl_version ${{inputs.icloudpd_version}} 0.0.1234567890
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2482ca8

Please sign in to comment.