Skip to content

Commit 3029e8f

Browse files
fix: bump microsoft/action-python/.github/workflows/publish.yml
Bumps [microsoft/action-python/.github/workflows/publish.yml](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.3. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](microsoft/action-python@0.6.4...0.7.3) --- updated-dependencies: - dependency-name: microsoft/action-python/.github/workflows/publish.yml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02b29e1 commit 3029e8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
workdir: '.'
1616

1717
publish:
18-
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
18+
uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
1919
secrets:
2020
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2121
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
publish:
7-
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
7+
uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
88
secrets:
99
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1010
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)