Skip to content

Commit f68d43c

Browse files
committed
chore: workflow permissions
1 parent fd00e48 commit f68d43c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
permissions:
9+
id-token: write
10+
contents: write
11+
812
jobs:
913
publish:
1014
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "featurevisor"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Featurevisor Python SDK"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)