Skip to content

Commit 67cc5b7

Browse files
authored
Update release.yaml (#209)
1 parent 37b7456 commit 67cc5b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ on:
2222

2323
jobs:
2424
build-release:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
27-
- uses: actions/checkout@v3
28-
- uses: actions/setup-python@v4
27+
- uses: actions/checkout@v4
28+
- uses: actions/setup-python@v5
2929
with:
3030
python-version: "3.10"
3131

@@ -41,7 +41,7 @@ jobs:
4141
ls -l dist
4242
4343
- name: publish to pypi
44-
uses: pypa/gh-action-pypi-publish@v1.4.1
44+
uses: pypa/gh-action-pypi-publish@v1.10.3
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:
4747
user: __token__

0 commit comments

Comments
 (0)