Skip to content

Commit a1d3b3a

Browse files
authored
Merge pull request #219 from andife/patch-6
Update versions
2 parents c192837 + fd2508b commit a1d3b3a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ on:
2222

2323
jobs:
2424
build-release:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
persist-credentials: false
30+
2831
- uses: actions/setup-python@v5
2932
with:
3033
python-version: "3.10"
@@ -41,7 +44,7 @@ jobs:
4144
ls -l dist
4245
4346
- name: publish to pypi
44-
uses: pypa/gh-action-pypi-publish@v1.10.3
47+
uses: pypa/gh-action-pypi-publish@v1.12.4
4548
if: startsWith(github.ref, 'refs/tags/')
4649
with:
4750
user: __token__

0 commit comments

Comments
 (0)