We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b3dd5 commit 92217eaCopy full SHA for 92217ea
2 files changed
.github/workflows/publish.yml
@@ -6,12 +6,11 @@ on:
6
7
jobs:
8
deploy:
9
-
10
runs-on: ubuntu-latest
11
12
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 }}
+ - uses: actions/checkout@v2
+ - name: "Build and publish to PyPi"
+ uses: JRubics/poetry-publish@v2.0
+ with:
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
.github/workflows/test-publish.yml
@@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v2
+ - name: "Build and publish to TestPyPi"
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: "testpypi"
0 commit comments