Skip to content

Commit 2ee6030

Browse files
committed
fix publish_pypi.sh
1 parent fea115b commit 2ee6030

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/publish_pypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ if [ -d "dist" ]; then
2828
fi
2929

3030
# Publish to pypi
31+
source venv/bin/activate
3132
poetry publish --build --username __token__ --password $PYPI_TOKEN

0 commit comments

Comments
 (0)