Skip to content

Commit

Permalink
WIP: CI: Build and show dist
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 26, 2024
1 parent e9e0648 commit 1980dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devscripts/CI/ghactions-release
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ elif [ "$RUNNER_OS" == 'macOS' ]; then
done
fi &&

# TWINE_USERNAME / TWINE_PASSWORD / TWINE_REPOSITORY_URL
# must be set in Github Actions settings.
exec twine upload --disable-progress-bar --skip-existing dist/*
python --version
pip --version
exec ls -lAF dist/

0 comments on commit 1980dbb

Please sign in to comment.