Skip to content

Commit

Permalink
Fix deployment CI (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth authored Dec 12, 2022
1 parent 0831618 commit c556b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ jobs:
fail_ci_if_error: false

deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
environment: PyPi-deploy
steps:

0 comments on commit c556b0f

Please sign in to comment.