Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Apr 20, 2023
1 parent d2d8536 commit 5fbfaad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Publish Snapshot to TestPyPi
uses: dciborow/pyaction@0.3.15
uses: microsoft/pyaction@0.3.16
continue-on-error: true
if: ${{ github.event_name == 'pull_request' }}
with:
Expand All @@ -29,7 +29,7 @@ jobs:
workdir: ${{ inputs.workdir }}

- name: Publish RC to PyPi
uses: dciborow/pyaction@0.3.15
uses: microsoft/pyaction@0.3.16
if: ${{ github.event_name == 'push' }}
with:
pypi_publish: true
Expand All @@ -38,7 +38,7 @@ jobs:
workdir: ${{ inputs.workdir }}

- name: Publish Release to PyPi
uses: dciborow/pyaction@0.3.15
uses: microsoft/pyaction@0.3.16
if: ${{ github.event_name == 'release' }}
with:
pypi_publish: true
Expand Down

0 comments on commit 5fbfaad

Please sign in to comment.