Skip to content

Commit 6d36320

Browse files
committed
Update tag based publish for GHA
1 parent 9ef94d0 commit 6d36320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2019 - 2021 James E. King III (@jeking3) <jking@apache.org>
2+
# Copyright (C) 2019 - 2025 James E. King III (@jeking3) <jking@apache.org>
33
#
44
---
55
name: Publish
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: "Publish to pypi"
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-python@v2
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.9"
2121
- run: pip install -rrequirements/dev.txt

0 commit comments

Comments
 (0)