Skip to content

Commit 2066e2f

Browse files
Marcus G K WilliamsMarcus G K Williams
authored andcommitted
Release 0.8.0
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
1 parent 1640715 commit 2066e2f

File tree

3 files changed

+818
-732
lines changed

3 files changed

+818
-732
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ jobs:
201201
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
202202
203203
- name: Publish to PyPI
204-
# if: steps.check-version.outputs.prerelease != 'true'
204+
if: steps.check-version.outputs.prerelease != 'true'
205205
env:
206-
POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint-token.outputs.api-token }}
206+
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
207+
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ steps.mint-token.outputs.api-token }}
207208
run: |
208209
mkdir dist
209210
cp lava* dist/.
210-
poetry publish --dry-run
211+
poetry publish

0 commit comments

Comments
 (0)