Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Jul 25, 2023
1 parent 1640715 commit 2066e2f
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 732 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,11 @@ jobs:
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
- name: Publish to PyPI
# if: steps.check-version.outputs.prerelease != 'true'
if: steps.check-version.outputs.prerelease != 'true'
env:
POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint-token.outputs.api-token }}
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ steps.mint-token.outputs.api-token }}
run: |
mkdir dist
cp lava* dist/.
poetry publish --dry-run
poetry publish
Loading

0 comments on commit 2066e2f

Please sign in to comment.