Skip to content

Commit

Permalink
changed windows-latest to ubuntu-latest to support pypi action
Browse files Browse the repository at this point in the history
manuelkoester committed Aug 6, 2023
1 parent 4f3536d commit 8a63aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ permissions:
jobs:
deploy:
# TODO: Platform matrix
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4

0 comments on commit 8a63aee

Please sign in to comment.