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 3434 pypi_repo : testpypi
3535 version_suffix : -post${{ github.run_number }}-dev${{ github.run_attempt }}
3636 workdir : ${{ inputs.workdir }}
37+ python_version : ${{ inputs.python-version }}
3738
3839 - name : Publish RC to PyPi
3940 uses : microsoft/pyaction@0.3.16
4344 pypi_password : ${{ secrets.PYPI_PASSWORD }}
4445 version_suffix : -rc${{ github.run_number }}-post${{ github.run_attempt }}
4546 workdir : ${{ inputs.workdir }}
47+ python_version : ${{ inputs.python-version }}
4648
4749 - name : Publish Release to PyPi
4850 uses : microsoft/pyaction@0.3.16
5153 pypi_publish : true
5254 pypi_password : ${{ secrets.PYPI_PASSWORD }}
5355 workdir : ${{ inputs.workdir }}
56+ python_version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ jobs:
2525 args : -m integration
2626 steps :
2727 - uses : actions/checkout@v2
28- - uses : actions/setup-python@v4.6.0
29- with :
30- python-version : ${{ inputs.python-version }}
3128 - name : ${{ matrix.tools }}
3229 uses : microsoft/action-python@0.3.15
3330 with :
3431 ${{ matrix.tools }} : true
3532 args : ${{ matrix.args }}
3633 workdir : ${{ inputs.workdir }}
3734 testdir : ${{ inputs.testdir }}
35+ python_version : ${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments