Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ inputs.python-version }}

- name: Publish Snapshot to TestPyPi
uses: microsoft/[email protected].2
uses: microsoft/[email protected].3
continue-on-error: true
if: ${{ github.event_name == 'pull_request' }}
with:
Expand All @@ -37,7 +37,7 @@ jobs:
python_version: ${{ inputs.python-version }}

- name: Publish RC to PyPi
uses: microsoft/[email protected].2
uses: microsoft/[email protected].3
if: ${{ github.event_name == 'push' }}
with:
pypi_publish: true
Expand All @@ -47,7 +47,7 @@ jobs:
python_version: ${{ inputs.python-version }}

- name: Publish Release to PyPi
uses: microsoft/[email protected].2
uses: microsoft/[email protected].3
if: ${{ github.event_name == 'release' }}
with:
pypi_publish: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: ${{ matrix.tools }}
uses: microsoft/[email protected].2
uses: microsoft/[email protected].3
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down