This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 8d80a738de4e210cdf679a13ad328cae3902bc61 (commit)
via fb5a71609a3ace1441555cb687539bc1c0f147eb (commit)
from 66fe5d47cd4277a1aee2e1876c4fe535c3bf11ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/8d80a738de4e210cdf679a13ad328cae3902bc61
commit 8d80a738de4e210cdf679a13ad328cae3902bc61
Author: Oleg Broytman <ph...@ph...>
Date: Wed Sep 21 11:00:07 2022 +0300
Build(devscripts/release): Disable progress bar for `twine`
[skip ci]
diff --git a/devscripts/release b/devscripts/release
index 3873ec2..8893a52 100755
--- a/devscripts/release
+++ b/devscripts/release
@@ -24,5 +24,5 @@ if [ "$state" = final ]; then
devscripts/sftp-frs
fi &&
-twine upload --skip-existing dist/* &&
+twine upload --disable-progress-bar --skip-existing dist/* &&
exec rm -rf build dist docs/html SQLObject.egg-info
http://sourceforge.net/p/sqlobject/sqlobject/ci/fb5a71609a3ace1441555cb687539bc1c0f147eb
commit fb5a71609a3ace1441555cb687539bc1c0f147eb
Author: Oleg Broytman <ph...@ph...>
Date: Wed Sep 21 02:39:07 2022 +0300
CI(GHActions): fail fast, use `setup-python@v4`, `cache@v3`
diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml
index edf0a59..2c0330d 100644
--- a/.github/workflows/run-tests.yaml
+++ b/.github/workflows/run-tests.yaml
@@ -6,7 +6,6 @@ jobs:
run-tests:
strategy:
- fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
@@ -39,11 +38,11 @@ jobs:
# Setup Python/pip
- uses: actions/checkout@v2
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{ matrix.pip-cache-path }}
key: ${{ runner.os }}-pip
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/run-tests.yaml | 5 ++---
devscripts/release | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
SQLObject development repository
|