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 66e0e96 commit c90a497Copy full SHA for c90a497
.github/workflows/sr-prepare.sh
@@ -2,6 +2,4 @@
2
3
set -eE
4
set -v
5
-# shellcheck disable=SC1091,SC2086
6
-source $HOME/.poetry/env
7
poetry build
.github/workflows/sr-release.sh
@@ -2,6 +2,5 @@
echo pypy user=${PYPI_USERNAME}
poetry publish -n -u ${PYPI_USERNAME} -p ${PYPI_TOKEN}
0 commit comments