Skip to content

Commit

Permalink
hotfix: Bump signing workflow version to dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmiger committed Jul 17, 2024
1 parent 315af54 commit 8b348d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build-and-test:
name: Syclops Pipeline Test
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.8"
license = {text = "GPLv3"}

version = "1.3.7"
version = "1.3.8"

dynamic = ["dependencies"]

Expand Down

0 comments on commit 8b348d4

Please sign in to comment.