Skip to content

Commit

Permalink
Merge pull request #6 from microsoft/dciborow-patch-2
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
dciborow authored Apr 20, 2023
2 parents 9234bf7 + 93fbd75 commit 1f9dc24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Publish Snapshot to TestPyPi
uses: dciborow/pyaction@0.0.30
uses: dciborow/pyaction@0.3.15
continue-on-error: true
if: ${{ github.event_name == 'pull_request' }}
with:
Expand All @@ -24,15 +24,15 @@ jobs:
version_suffix: -post${{ github.run_number }}-dev${{ github.run_attempt }}

- name: Publish RC to PyPi
uses: dciborow/pyaction@0.0.30
uses: dciborow/pyaction@0.3.15
if: ${{ github.event_name == 'push' }}
with:
pypi_publish: true
pypi_password: ${{ secrets.PYPI_PASSWORD }}
version_suffix: -rc${{ github.run_number }}-post${{ github.run_attempt }}

- name: Publish Release to PyPi
uses: dciborow/pyaction@0.0.30
uses: dciborow/pyaction@0.3.15
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.tools }}
uses: microsoft/action-python@0.3.14
uses: microsoft/action-python@0.3.15
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down

0 comments on commit 1f9dc24

Please sign in to comment.