Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homerjed committed Jan 10, 2025
1 parent 1f2bdb7 commit 01a2384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
url: https://pypi.org/p/sbiax
permissions:
id-token: write

steps:
- name: Download 📥 all the distributions 📦
uses: actions/download-artifact@v4
Expand All @@ -86,21 +85,19 @@ jobs:
permissions:
id-token: write
contents: write

steps:
- name: Download 📥 all the distributions 📦
uses: actions/download-artifact@v4
with:
pattern: distributions
path: distributions/
merge-multiple: true

- name: Sign 🔑 the distributions 📦 with Sigstore
uses: sigstore/[email protected]
with:
inputs: |
distributions/*.tar.gz
distributions/*.whl
inputs: >-
./distributions/*.tar.gz
./distributions/*.whl
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sbiax"
version = "0.0.34"
version = "0.0.35"
description = "Fast, parallel and lightweight simulation-based inference in JAX."
readme = "README.md"
requires-python =">=3.10"
Expand Down

0 comments on commit 01a2384

Please sign in to comment.