Skip to content

Commit 5ceb873

Browse files
Remove redundant env variable
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1a5fa5b commit 5ceb873

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
uv.lock
3333
3434
- name: Build package
35-
env:
36-
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.release.tag_name }}
3735
run: |
3836
VERSION="${{ github.event.release.tag_name }}"
3937
SETUPTOOLS_SCM_PRETEND_VERSION="${VERSION#v}" uv build

0 commit comments

Comments
 (0)