Skip to content

Commit 05bbeea

Browse files
committed
Adding workflow and reseting version to master
1 parent cd95f46 commit 05bbeea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
# c.f. https://docs.pypi.org/trusted-publishers/using-a-publisher/
1212
permissions:
1313
id-token: write
14-
contents: write # required to push with GITHUB_TOKEN
1514
env:
1615
BRANCH: ${{ github.event.release.target_commitish }}
1716

@@ -61,7 +60,6 @@ jobs:
6160
fi
6261
6362
- name: Push commit
64-
# GITHUB_TOKEN is automatically provided
6563
run: |
6664
git push origin HEAD:$BRANCH
6765

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "servicex"
9-
version = "0.0.1b"
9+
version = "3.2.2"
1010
description = "Python SDK and CLI Client for ServiceX"
1111
readme = "README.md"
1212
license = { text = "BSD-3-Clause" } # SPDX short identifier

0 commit comments

Comments
 (0)