Skip to content

Commit c90a497

Browse files
authored
ci: fix release (#542)
1 parent 66e0e96 commit c90a497

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/sr-prepare.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
set -eE
44
set -v
5-
# shellcheck disable=SC1091,SC2086
6-
source $HOME/.poetry/env
75
poetry build

.github/workflows/sr-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
set -eE
44
set -v
5-
source $HOME/.poetry/env
65
echo pypy user=${PYPI_USERNAME}
76
poetry publish -n -u ${PYPI_USERNAME} -p ${PYPI_TOKEN}

0 commit comments

Comments
 (0)