We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee7081a + 0c61033 commit 1268d90Copy full SHA for 1268d90
1 file changed
.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
python -m build -s
27
28
- name: Upload sdist to build artifacts
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
30
with:
31
name: sdist
32
path: dist/*.tar.gz
@@ -92,7 +92,7 @@ jobs:
92
python -c "import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'"
93
94
- name: Upload wheel(s) as build artifacts
95
96
97
name: wheels
98
path: dist/*.whl
0 commit comments