Skip to content

Commit 3970184

Browse files
author
Kevin Armengol
committed
Loosened pyproject.toml dependency restrictions.
1 parent 0b4a836 commit 3970184

File tree

3 files changed

+109
-81
lines changed

3 files changed

+109
-81
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242

4343
- name: Publish to PyPI
4444
env:
45-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
45+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
4646
run: poetry publish

0 commit comments

Comments
 (0)