Skip to content

Commit ec38e6e

Browse files
authored
Merge pull request #983 from PowerGridModel/add-token-bump-pgm-version
Add token to bump action
2 parents f2c2b11 + 99d0589 commit ec38e6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636

3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.13"
4040

4141
- name: Set PyPI Version
4242
uses: PowerGridModel/pgm-version-bump@main
43+
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
4345

4446
- name: Build SDist
4547
run: |

0 commit comments

Comments
 (0)