Skip to content

Commit 7e844e3

Browse files
Update GitHub Actions to use Ubuntu 24.04 and latest actions
1 parent 57ce46b commit 7e844e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

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

88
jobs:
99
publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-python@v6
1414
name: Setup Python
1515
with:
1616
python-version: "3.x"
@@ -23,4 +23,4 @@ jobs:
2323
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)