Skip to content

Commit ec363b3

Browse files
authored
Merge pull request #132 from rcjackson/pypi_bump
MNT: Bump up PyPI release artifacts to compatible versions.
2 parents 357f839 + 4e739b7 commit ec363b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pypi-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.repository == 'openradar/PyDDA'
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
name: Install Python
1717
with:
1818
python-version: 3.11
@@ -36,7 +36,7 @@ jobs:
3636
else
3737
echo "✅ Looks good"
3838
fi
39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: releases
4242
path: dist
@@ -45,11 +45,11 @@ jobs:
4545
needs: build-artifacts
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/setup-python@v4
48+
- uses: actions/setup-python@v5
4949
name: Install Python
5050
with:
5151
python-version: "3.x"
52-
- uses: actions/download-artifact@v4.1.7
52+
- uses: actions/download-artifact@v4
5353
with:
5454
name: releases
5555
path: dist
@@ -62,12 +62,12 @@ jobs:
6262
if: github.event_name == 'release'
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v4.1.7
65+
- uses: actions/download-artifact@v4
6666
with:
67-
name: releases
68-
path: dist
67+
name: releases
68+
path: dist
6969
- name: Publish package to PyPI
70-
uses: pypa/gh-action-pypi-publish@v1.8.10
70+
uses: pypa/gh-action-pypi-publish@v1.10.2
7171
with:
7272
user: __token__
7373
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)