Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Sep 26, 2024
1 parent 06a55fe commit cd02900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint-and-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- name: Install uv
id: setup-uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

- name: Install Python 3.12
run: uv python install 3.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
environment:
name: release
url: https://pypi.org/project/nzb
url: https://pypi.org/project/nzb/${{ github.ref_name }}
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit cd02900

Please sign in to comment.