We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49efe97 commit 102e350Copy full SHA for 102e350
‎.github/actions/deploy/action.yml‎
@@ -3,10 +3,6 @@ description: Publish package on PyPI
3
runs:
4
using: "composite"
5
steps:
6
- - name: Prepare Poetry
7
- shell: bash
8
- run: poetry config pypi-token.deploy ${{ env.PYPI_API_TOKEN }}
9
-
10
- name: Publish
11
shell: bash
12
run: |
‎.github/workflows/cd.yml‎
@@ -20,5 +20,5 @@ jobs:
20
- name: Deploy
21
uses: ./.github/actions/deploy
22
env:
23
- PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
24
VERSION: ${{ github.ref_name }}
0 commit comments