Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Jun 10, 2024
1 parent 6289f36 commit 85b5302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: python-package-distributions/
path: python-package/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
inputs: >-
./python-package-distributions/dist/*.tar.gz
./python-package-distributions/dist/*.whl
./python-package/dist/*.tar.gz
./python-packag/dist/*.whl
- name: Create release
id: create_release
uses: softprops/action-gh-release@v2
Expand All @@ -96,6 +96,6 @@ jobs:
tag_name: v0.0.5-test
fail_on_unmatched_files: true
files: |
dist/**
LICENSE
NOTICE.md
python-package/dist/**
python-package/LICENSE
python-package/NOTICE.md

0 comments on commit 85b5302

Please sign in to comment.