Skip to content

Commit

Permalink
fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Oct 11, 2024
1 parent 7d7bdeb commit ac123c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# this has a partial table:
# https://devblogs.microsoft.com/cppblog/side-by-side-minor-version-msvc-toolsets-in-visual-studio-2017/
run: |
# vc141 was removed, add it back here: https://github.com/actions/runner-images/issues/9701
# vc141 was removed, add it back here: https://github.com/actions/runner-images/issues/9701
Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
$componentsToAdd= @(
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Download artifacts produced during the build_wheels and build_sdist jobs
uses: actions/download-artifact@v4
with:
name: dist-*
pattern: dist-*
path: dist/
merge-multiple: true

Expand Down

0 comments on commit ac123c1

Please sign in to comment.