diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c58cd808..ff7c3f85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | - twine upload --repository cyclonedx-bom dist/* + twine upload dist/* - name: Publish docker image env: