Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samhaswon authored Apr 22, 2024
1 parent eb159db commit b46884b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
name: Generate randomness for artifact
run: |
$num = Get-Random
Write-Host "num=$num"
$num | Out-File -FilePath $env:GITHUB_OUTPUT -Append
echo "num=$num" >> "$GITHUB_OUTPUT"
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b46884b

Please sign in to comment.