diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 97c7033..75f73db 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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: @@ -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