Skip to content

Commit bfd7c33

Browse files
committed
Remove ids
1 parent 6ffebea commit bfd7c33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
cache-dependency-glob: uv.lock
3535

3636
- name: Update version in pyproject.toml
37-
id: update_version
3837
run: |
3938
echo "Updating version in pyproject.toml"
4039
LAST_RELEASE=$(pip index \
@@ -46,7 +45,6 @@ jobs:
4645
if: github.event_name == 'pull_request'
4746

4847
- name: Update version in pyproject.toml
49-
id: update_version
5048
run: |
5149
echo "Updating version in pyproject.toml"
5250
TAG_NAME=${GITHUB_REF##*/} # Get the tag name from GITHUB_REF

0 commit comments

Comments
 (0)