Skip to content

Commit

Permalink
remove upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne authored Feb 12, 2025
1 parent c4182ac commit 49ca4d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build wheels and publish them to PyPi (for the master branch)
9# Build wheels and publish them to PyPi (for the master branch)
name: Python Wheels

on:
Expand Down Expand Up @@ -112,13 +112,6 @@ jobs:
with:
name: PhotoshopAPI_Py-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}
path: wheelhouse/*.whl

- name: Upload logs as artifact
if: always() # Ensure this runs no matter what
uses: actions/upload-artifact@v3
with:
name: build-logs
path: D:\a\PhotoshopAPI\PhotoshopAPI\thirdparty\vcpkg\buildtrees\detect_compiler\stdout-x64-windows.log

mock-publish:
name: Mock Upload release to PyPI
Expand Down

0 comments on commit 49ca4d7

Please sign in to comment.