Skip to content

Commit

Permalink
Merge pull request #12 from NillionNetwork/feat/release-pipeline
Browse files Browse the repository at this point in the history
feat: Add GitHub release pipeline
  • Loading branch information
Juan M Salamanca authored Sep 18, 2024
2 parents 37373f5 + 2cdca3b commit be353d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Print release message
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nada_dsl"
version = "0.6.1"
version = "0.6.2"
description = "Nillion Nada DSL to create Nillion MPC programs."
requires-python = ">=3.10"
readme = "README.pyproject.md"
Expand Down

0 comments on commit be353d6

Please sign in to comment.