File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
75
75
- name : Build package
76
76
run : python -m build --wheel --sdist .
77
77
78
- - uses : actions/upload-artifact@v2
78
+ - uses : actions/upload-artifact@v4
79
79
with :
80
80
name : openpulse-python-wheel
81
81
path : ./source/openpulse/dist/*.whl
82
82
if-no-files-found : error
83
83
84
- - uses : actions/upload-artifact@v2
84
+ - uses : actions/upload-artifact@v4
85
85
with :
86
86
name : openpulse-python-sdist
87
87
path : ./source/openpulse/dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
# The version checker uses 'importlib.metadata' which is Python 3.10+.
26
26
python-version : ' 3.10'
27
27
28
- - uses : actions/download-artifact@v3
28
+ - uses : actions/download-artifact@v4
29
29
with :
30
30
name : openpulse-python-wheel
31
31
32
- - uses : actions/download-artifact@v3
32
+ - uses : actions/download-artifact@v4
33
33
with :
34
34
name : openpulse-python-sdist
35
35
59
59
set -e
60
60
source .venv/bin/activate
61
61
python3 -mpip install -U twine
62
- twine upload openpulse-*.whl openpulse-*.tar.gz
62
+ twine upload openpulse-*.whl openpulse-*.tar.gz
Original file line number Diff line number Diff line change 29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
32
- - uses : actions/download-artifact@v3
32
+ - uses : actions/download-artifact@v4
33
33
with :
34
34
name : openpulse-python-wheel
35
35
path : ./source/openpulse/
You can’t perform that action at this time.
0 commit comments