Skip to content

Commit

Permalink
some modifications in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Patel committed Jul 31, 2024
1 parent 3a439dc commit 3df6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: pwsh
run: |
if ($env:RUNNER_OS -eq "Linux") {
echo "::set-output name=plat-name::manylinux_x86_64"
echo "::set-output name=plat-name::manylinux2014_x86_64"
} elseif ($env:RUNNER_OS -eq "Windows") {
echo "::set-output name=plat-name::win_amd64"
} else {
Expand Down

0 comments on commit 3df6e55

Please sign in to comment.