Skip to content

Commit 3b2eef0

Browse files
Update CI.yml
Merging part of template-upstream PR microsoft/python-package-template#145
1 parent a0edc3f commit 3b2eef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010

1111
jobs:
1212
validation:
13-
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
13+
uses: microsoft/action-python/.github/workflows/validation.yml@0.7.1
1414
with:
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.1
1919
secrets:
2020
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2121
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)