Skip to content

Commit 6de4ce5

Browse files
committed
ci(scripts/publish): remove github_token check
it's no longer needed due to the removal of mkdocs
1 parent d6ccf55 commit 6de4ce5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/publish

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
# Publish to pypi
22
poetry publish --build -u $PYPI_USERNAME -p $PYPI_PASSWORD
3-
4-
[ -z "${GITHUB_TOKEN}" ] && {
5-
echo 'Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".';
6-
exit 1;
7-
};

0 commit comments

Comments
 (0)