Skip to content

Commit 9446238

Browse files
Remove unnecessary id.
1 parent d19d3d3 commit 9446238

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
run: python3 -m hatch build
4242

4343
- name: Upload artifacts
44-
id: upload
4544
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4645
with:
4746
name: python-package-distributions

.github/workflows/publish-to-testpypi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
run: python3 -m hatch build
5454

5555
- name: Upload artifacts
56-
id: upload
5756
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5857
with:
5958
name: python-package-distributions

0 commit comments

Comments
 (0)