Skip to content

Commit

Permalink
Merge pull request #110 from os-climate/dependabot/github_actions/sig…
Browse files Browse the repository at this point in the history
…store/gh-action-sigstore-python-3.0.0

[dependabot] Chore: Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0
  • Loading branch information
ModeSevenIndustrialSolutions authored Aug 20, 2024
2 parents 8508fd8 + f57f8ad commit f130fc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
### SIGNING ###

- name: "Sign packages with Sigstore"
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
files: |
dist/*.tar.gz
dist/*.whl
dist/*.sigstore
dist/*.sigstore*
### PUBLISH PYPI TEST ###

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
if [ -f dist/buildvars.txt ]; then
rm dist/buildvars.txt
fi
rm dist/*.sigstore
rm dist/*.sigstore*
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
if [ -f dist/buildvars.txt ]; then
rm dist/buildvars.txt
fi
rm dist/*.sigstore
rm dist/*.sigstore*
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
### SIGNING ###

- name: "Sign packages with Sigstore"
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0

with:
inputs: >-
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
files: |
dist/*.tar.gz
dist/*.whl
dist/*.sigstore
dist/*.sigstore*
### PUBLISH TEST PYPI ###

Expand All @@ -143,7 +143,7 @@ jobs:
if [ -f dist/buildvars.txt ]; then
rm dist/buildvars.txt
fi
rm dist/*.sigstore
rm dist/*.sigstore*
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit f130fc6

Please sign in to comment.