Skip to content

Commit

Permalink
fix: bump microsoft/action-python from 0.7.1 to 0.7.2 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent df5a4b7 commit 00afd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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].1
uses: microsoft/[email protected].2
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].1
uses: microsoft/[email protected].2
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].1
uses: microsoft/[email protected].2
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].1
uses: microsoft/[email protected].2
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down

0 comments on commit 00afd98

Please sign in to comment.