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

Commit 1f9dc24

Browse files
authored
Merge pull request #6 from microsoft/dciborow-patch-2
Update publish.yml
2 parents 9234bf7 + 93fbd75 commit 1f9dc24

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

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

2626
- name: Publish RC to PyPi
27-
uses: dciborow/pyaction@0.0.30
27+
uses: dciborow/pyaction@0.3.15
2828
if: ${{ github.event_name == 'push' }}
2929
with:
3030
pypi_publish: true
3131
pypi_password: ${{ secrets.PYPI_PASSWORD }}
3232
version_suffix: -rc${{ github.run_number }}-post${{ github.run_attempt }}
3333

3434
- name: Publish Release to PyPi
35-
uses: dciborow/pyaction@0.0.30
35+
uses: dciborow/pyaction@0.3.15
3636
if: ${{ github.event_name == 'release' }}
3737
with:
3838
pypi_publish: true

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: ${{ matrix.tools }}
26-
uses: microsoft/action-python@0.3.14
26+
uses: microsoft/action-python@0.3.15
2727
with:
2828
${{ matrix.tools }}: true
2929
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)