Skip to content

Commit b1f8d61

Browse files
authored
Update pypi_publish.yml
Switch publish action to ubuntu-latest
1 parent 23a11c4 commit b1f8d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
upload_pypi:
6262
needs: [build-n-publish]
63-
runs-on: windows-2019
63+
runs-on: ubuntu-latest
6464
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6565
steps:
6666
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)