Skip to content

Commit 2ad67fe

Browse files
committed
Fix incorrect twine upload repo
1 parent 74cdcaf commit 2ad67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TWINE_USERNAME: __token__
4141
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
4242
run: |
43-
twine upload --repository cyclonedx-bom dist/*
43+
twine upload dist/*
4444
4545
- name: Publish docker image
4646
env:

0 commit comments

Comments
 (0)