Skip to content

Commit

Permalink
Fix release permissions, version bump to 0.1.0.6" (#16)
Browse files Browse the repository at this point in the history
* Add permission to allow workflow to upload release artifacts

* Version bump to 0.1.0.6
  • Loading branch information
pbourke committed Jan 25, 2024
1 parent 376eeda commit a5d874e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
contents: write # Allow artifacts to be uploaded to release on GH

steps:
- name: Download the distribution artifacts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sammo"
version = "0.1.0.5"
version = "0.1.0.6"
description = "A flexible, easy-to-use library for running and optimizing prompts for Large Language Models (LLMs)."
authors = ["Tobias Schnabel"]
license = "MIT"
Expand Down

0 comments on commit a5d874e

Please sign in to comment.