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

Commit a682cdc

Browse files
authored
Update publish.yml
1 parent 9234bf7 commit a682cdc

1 file changed

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)