Skip to content

Commit

Permalink
deploy pypi from ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Aug 4, 2024
1 parent f008bb1 commit 26ff4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
needs:
- tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: [self-hosted, nomadtools]
# runs-on: [self-hosted, nomadtools]
runs-on: ubuntu-latest
timeout-minutes: 1
environment:
name: pypi
Expand Down

0 comments on commit 26ff4f9

Please sign in to comment.