We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd00e48 commit f68d43cCopy full SHA for f68d43c
.github/workflows/publish.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- 'v*.*.*'
7
8
+permissions:
9
+ id-token: write
10
+ contents: write
11
+
12
jobs:
13
publish:
14
runs-on: ubuntu-latest
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "featurevisor"
-version = "0.1.0"
+version = "0.2.0"
description = "Featurevisor Python SDK"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments