We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ccf55 commit 6de4ce5Copy full SHA for 6de4ce5
scripts/publish
@@ -1,7 +1,2 @@
1
# Publish to pypi
2
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