We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd95f46 commit 05bbeeaCopy full SHA for 05bbeea
.github/workflows/pypi.yaml
@@ -11,7 +11,6 @@ jobs:
11
# c.f. https://docs.pypi.org/trusted-publishers/using-a-publisher/
12
permissions:
13
id-token: write
14
- contents: write # required to push with GITHUB_TOKEN
15
env:
16
BRANCH: ${{ github.event.release.target_commitish }}
17
@@ -61,7 +60,6 @@ jobs:
61
60
fi
62
63
- name: Push commit
64
- # GITHUB_TOKEN is automatically provided
65
run: |
66
git push origin HEAD:$BRANCH
67
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "servicex"
9
-version = "0.0.1b"
+version = "3.2.2"
10
description = "Python SDK and CLI Client for ServiceX"
readme = "README.md"
license = { text = "BSD-3-Clause" } # SPDX short identifier
0 commit comments