Skip to content

Commit 92217ea

Browse files
committed
use newest publish version
1 parent 94b3dd5 commit 92217ea

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ on:
66

77
jobs:
88
deploy:
9-
109
runs-on: ubuntu-latest
1110

1211
steps:
13-
- uses: actions/checkout@v2
14-
- name: "Build and publish to PyPi"
15-
uses: JRubics/poetry-publish@v1.17
16-
with:
17-
pypi_token: ${{ secrets.PYPI_TOKEN }}
12+
- uses: actions/checkout@v2
13+
- name: "Build and publish to PyPi"
14+
uses: JRubics/poetry-publish@v2.0
15+
with:
16+
pypi_token: ${{ secrets.PYPI_TOKEN }}

.github/workflows/test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: "Build and publish to PyPi"
12-
uses: JRubics/poetry-publish@v1.17
11+
- name: "Build and publish to TestPyPi"
12+
uses: JRubics/poetry-publish@v2.0
1313
with:
1414
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
1515
repository_name: "testpypi"

0 commit comments

Comments
 (0)