File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
python-version : ${{ inputs.python-version }}
26
26
27
27
- name : Publish Snapshot to TestPyPi
28
- uses : microsoft/action-python@0.3.21
28
+ uses : microsoft/action-python@0.6.4
29
29
continue-on-error : true
30
30
if : ${{ github.event_name == 'pull_request' }}
31
31
with :
37
37
python_version : ${{ inputs.python-version }}
38
38
39
39
- name : Publish RC to PyPi
40
- uses : microsoft/action-python@0.3.21
40
+ uses : microsoft/action-python@0.6.4
41
41
if : ${{ github.event_name == 'push' }}
42
42
with :
43
43
pypi_publish : true
47
47
python_version : ${{ inputs.python-version }}
48
48
49
49
- name : Publish Release to PyPi
50
- uses : microsoft/action-python@0.3.21
50
+ uses : microsoft/action-python@0.6.4
51
51
if : ${{ github.event_name == 'release' }}
52
52
with :
53
53
pypi_publish : true
Original file line number Diff line number Diff line change 33
33
with :
34
34
creds : ${{ secrets.AZURE_CREDENTIALS }}
35
35
- name : ${{ matrix.tools }}
36
- uses : microsoft/action-python@0.3.15
36
+ uses : microsoft/action-python@0.6.4
37
37
with :
38
38
${{ matrix.tools }} : true
39
39
args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments