Skip to content

Commit

Permalink
fix: bump microsoft/action-python from 0.7.2 to 0.7.3
Browse files Browse the repository at this point in the history
Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/microsoft/action-python/releases)
- [Commits](0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: microsoft/action-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 00afd98 commit 3022aa5
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/action-python@0.7.2
uses: microsoft/action-python@0.7.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/action-python@0.7.2
uses: microsoft/action-python@0.7.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/action-python@0.7.2
uses: microsoft/action-python@0.7.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/action-python@0.7.2
uses: microsoft/action-python@0.7.3
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down

0 comments on commit 3022aa5

Please sign in to comment.