Skip to content

Commit 7fb331c

Browse files
authored
Dev (#20)
* Update pyproject.toml for release 0.4.0-preview.213 * Remove Personal Access Token usage from release workflow for security improvements * Update pyproject.toml for release 0.4.0-preview.216
1 parent 2da9ffc commit 7fb331c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
if: github.ref == 'refs/heads/main'
7878
uses: stefanzweifel/git-auto-commit-action@v5
7979
with:
80-
token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication
8180
commit_message: "Update CHANGELOG for release ${{ steps.gitversion.outputs.semVer }}"
8281
file_pattern: "CHANGELOG.md"
8382

@@ -105,7 +104,6 @@ jobs:
105104
- name: Commit Updated pyproject.toml
106105
uses: stefanzweifel/git-auto-commit-action@v5
107106
with:
108-
token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication
109107
commit_message: "Update pyproject.toml for release ${{ steps.gitversion.outputs.semVer }}"
110108
file_pattern: "pyproject.toml"
111109

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xurrent"
3-
version = "0.4.0-preview.208"
3+
version = "0.4.0-preview.216"
44
authors = [
55
{ name="Fabian Steiner", email="fabian@stei-ner.net" },
66
]
@@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python"
1818
Issues = "https://github.com/fasteiner/xurrent-python/issues"
1919
[tool.poetry]
2020
name = "xurrent"
21-
version = "0.4.0-preview.208"
21+
version = "0.4.0-preview.216"
2222
description = "A python module to interact with the Xurrent API."
2323
authors = ["Ing. Fabian Franz Steiner BSc. <fabian.steiner@tttech.com>"]
2424
readme = "README.md"

0 commit comments

Comments
 (0)