This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 python-version : ${{ inputs.python-version }}
2626
2727 - name : Publish Snapshot to TestPyPi
28- uses : microsoft/action-python@0.3.21
28+ uses : microsoft/action-python@0.6.4
2929 continue-on-error : true
3030 if : ${{ github.event_name == 'pull_request' }}
3131 with :
3737 python_version : ${{ inputs.python-version }}
3838
3939 - name : Publish RC to PyPi
40- uses : microsoft/action-python@0.3.21
40+ uses : microsoft/action-python@0.6.4
4141 if : ${{ github.event_name == 'push' }}
4242 with :
4343 pypi_publish : true
4747 python_version : ${{ inputs.python-version }}
4848
4949 - name : Publish Release to PyPi
50- uses : microsoft/action-python@0.3.21
50+ uses : microsoft/action-python@0.6.4
5151 if : ${{ github.event_name == 'release' }}
5252 with :
5353 pypi_publish : true
Original file line number Diff line number Diff line change 3333 with :
3434 creds : ${{ secrets.AZURE_CREDENTIALS }}
3535 - name : ${{ matrix.tools }}
36- uses : microsoft/action-python@0.3.15
36+ uses : microsoft/action-python@0.6.4
3737 with :
3838 ${{ matrix.tools }} : true
3939 args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments