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.
2 parents c192837 + fd2508b commit a1d3b3aCopy full SHA for a1d3b3a
.github/workflows/release.yml
@@ -22,9 +22,12 @@ on:
22
23
jobs:
24
build-release:
25
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ persist-credentials: false
30
+
31
- uses: actions/setup-python@v5
32
with:
33
python-version: "3.10"
@@ -41,7 +44,7 @@ jobs:
41
44
ls -l dist
42
45
43
46
- name: publish to pypi
- uses: pypa/gh-action-pypi-publish@v1.10.3
47
+ uses: pypa/gh-action-pypi-publish@v1.12.4
48
if: startsWith(github.ref, 'refs/tags/')
49
50
user: __token__
0 commit comments