Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 60930e8

Browse files
committed
Fix release
1 parent 7e52a25 commit 60930e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: poetry install
2727
- name: Publish to PyPI
2828
run: |
29-
poetry config pypi-token.pypi ${{ PYPI_TOKEN }}
29+
poetry config pypi-token.pypi ${{ env.PYPI_TOKEN }}
3030
bash scripts/publish.sh

0 commit comments

Comments
 (0)