Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill committed Jul 17, 2023
1 parent b7719d2 commit 0a40596
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,8 @@ jobs:
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: poetry publish --dry-run
run: |
mkdir dist
cp lava* dist/.
# poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish --dry-run

0 comments on commit 0a40596

Please sign in to comment.