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.
1 parent 9ef94d0 commit 6d36320Copy full SHA for 6d36320
.github/workflows/publish.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (C) 2019 - 2021 James E. King III (@jeking3) <jking@apache.org>
+# Copyright (C) 2019 - 2025 James E. King III (@jeking3) <jking@apache.org>
3
4
---
5
name: Publish
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
name: "Publish to pypi"
16
steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
19
with:
20
python-version: "3.9"
21
- run: pip install -rrequirements/dev.txt
0 commit comments