This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515
1616 - name : Publish Snapshot to TestPyPi
17- uses : dciborow/pyaction@0.0.30
17+ uses : dciborow/pyaction@0.3.15
1818 continue-on-error : true
1919 if : ${{ github.event_name == 'pull_request' }}
2020 with :
@@ -24,15 +24,15 @@ jobs:
2424 version_suffix : -post${{ github.run_number }}-dev${{ github.run_attempt }}
2525
2626 - name : Publish RC to PyPi
27- uses : dciborow/pyaction@0.0.30
27+ uses : dciborow/pyaction@0.3.15
2828 if : ${{ github.event_name == 'push' }}
2929 with :
3030 pypi_publish : true
3131 pypi_password : ${{ secrets.PYPI_PASSWORD }}
3232 version_suffix : -rc${{ github.run_number }}-post${{ github.run_attempt }}
3333
3434 - name : Publish Release to PyPi
35- uses : dciborow/pyaction@0.0.30
35+ uses : dciborow/pyaction@0.3.15
3636 if : ${{ github.event_name == 'release' }}
3737 with :
3838 pypi_publish : true
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v2
2525 - name : ${{ matrix.tools }}
26- uses : microsoft/action-python@0.3.14
26+ uses : microsoft/action-python@0.3.15
2727 with :
2828 ${{ matrix.tools }} : true
2929 args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments