Skip to content

Commit 5048447

Browse files
committed
release
1 parent d2133ca commit 5048447

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: "Build the virtual environment for ${{ github.repository }}"
15+
uses: cvxgrp/.github/actions/uv/[email protected]
16+
1417
- name: Generate Tag
15-
uses: cvxgrp/.github/actions/uv/tag@v2.0.9
18+
uses: cvxgrp/.github/actions/tag@v2.1.0
1619
with:
1720
github_token: ${{ secrets.GITHUB_TOKEN }}
1821

22+
1923
publish:
2024
needs: tag
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)