Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 5fbfaad

Browse files
authored
Update publish.yml
1 parent d2d8536 commit 5fbfaad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Publish Snapshot to TestPyPi
21-
uses: dciborow/[email protected].15
21+
uses: microsoft/[email protected].16
2222
continue-on-error: true
2323
if: ${{ github.event_name == 'pull_request' }}
2424
with:
@@ -29,7 +29,7 @@ jobs:
2929
workdir: ${{ inputs.workdir }}
3030

3131
- name: Publish RC to PyPi
32-
uses: dciborow/[email protected].15
32+
uses: microsoft/[email protected].16
3333
if: ${{ github.event_name == 'push' }}
3434
with:
3535
pypi_publish: true
@@ -38,7 +38,7 @@ jobs:
3838
workdir: ${{ inputs.workdir }}
3939

4040
- name: Publish Release to PyPi
41-
uses: dciborow/[email protected].15
41+
uses: microsoft/[email protected].16
4242
if: ${{ github.event_name == 'release' }}
4343
with:
4444
pypi_publish: true

0 commit comments

Comments
 (0)