Skip to content

Commit

Permalink
Another attempt to fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 30, 2024
1 parent 3819148 commit 55add17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ concurrency:


jobs:
publish-packages:
needs:
- compute-matrix
- build-conda
secrets: inherit
runs-on: ubuntu-latest
steps:
- run: exit 0
compute-matrix:
runs-on: ubuntu-latest
outputs:
Expand All @@ -33,6 +25,7 @@ jobs:
id: compute-matrix
uses: ./.github/actions/compute-matrix
build-conda:
needs: compute-matrix
uses: ./.github/workflows/conda-python-build.yaml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion numba_cuda/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9

0 comments on commit 55add17

Please sign in to comment.