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 27, 2024
1 parent ec88033 commit 1519180
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
pip --version
exec devscripts/CI/ghactions-release
if: ${{ !contains(fromJSON(env.not_in_aarch64), matrix.python-version) && runner.os == 'Linux' }}
- name: Check dist
run: |
ls -lAFd dist
exec ls -lAF dist
shell: bash
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 1519180

Please sign in to comment.