Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump microsoft/action-python from 0.6.4 to 0.7.1 #26

Merged
Merged
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
fix: bump microsoft/action-python from 0.6.4 to 0.7.1
Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/microsoft/action-python/releases)
- [Commits](0.6.4...0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 5, 2023
commit 6844ace4f5bc0f8b09b051f16ee8cfec6743b107
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.6.4
uses: microsoft/action-python@0.7.1
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.6.4
uses: microsoft/action-python@0.7.1
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.6.4
uses: microsoft/action-python@0.7.1
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.6.4
uses: microsoft/action-python@0.7.1
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down
Loading