Skip to content

Commit

Permalink
duplicate artifacts result in error now
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Feb 17, 2024
1 parent 794afd2 commit cad7f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
arch: x64

- name: set x64 cl.exe as CXX
if: matrix.os == 'reticula-build-windows-2022'
if: matrix.os == 'windows-2022'
run: |
"CXX=$((Get-Command cl).Path)" >> "$env:GITHUB_ENV"
"CC=$((Get-Command cl).Path)" >> "$env:GITHUB_ENV"
Expand All @@ -55,3 +55,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: ${{ matrix.os }}-${{ matrix.py }}

0 comments on commit cad7f0f

Please sign in to comment.