We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2133ca commit 5048447Copy full SHA for 5048447
.github/workflows/release.yml
@@ -11,11 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
+ - name: "Build the virtual environment for ${{ github.repository }}"
15
+ uses: cvxgrp/.github/actions/uv/[email protected]
16
+
17
- name: Generate Tag
- uses: cvxgrp/.github/actions/uv/tag@v2.0.9
18
+ uses: cvxgrp/.github/actions/tag@v2.1.0
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
22
23
publish:
24
needs: tag
25
0 commit comments