Skip to content

Commit

Permalink
Move release action to vanilla runners
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Nov 18, 2024
1 parent d1b8dcf commit d79ee5d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
release:
runs-on: [ self-hosted, Linux ]
runs-on: ubuntu-latest
container:
image: python:3.9.18
steps:
Expand All @@ -32,12 +32,6 @@ jobs:
run: make lint
- name: test
run: make test
- name: integration
env:
V3IO_API: ${{ secrets.V3IO_API }}
V3IO_ACCESS_KEY: ${{ secrets.V3IO_ACCESS_KEY }}
V3IO_FRAMESD: ${{ secrets.V3IO_FRAMESD }}
run: make integration
- name: Set version
run: make set-version
- name: Build binary wheel and source tarball
Expand Down

0 comments on commit d79ee5d

Please sign in to comment.