Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 259a182

Browse files
authored
Update publish.yml
1 parent 64c64db commit 259a182

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
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
@@ -43,6 +44,7 @@ jobs:
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
@@ -51,3 +53,4 @@ jobs:
5153
pypi_publish: true
5254
pypi_password: ${{ secrets.PYPI_PASSWORD }}
5355
workdir: ${{ inputs.workdir }}
56+
python_version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)