Skip to content

Commit fec4b84

Browse files
committed
chore(build): issue2551368 gpg 2.0 released on test.pypi.org
The former beta release was upgraded to a full release on test.pypi. Change pip install to remove --pre prerelease flag. Still waiting for the release to make it to the main pypi.org.
1 parent 7e8536f commit fec4b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ jobs:
240240
# used for newer Python versions. Temporarily use the
241241
# testing index, which contains a newer version of the
242242
# bindings on 24.04 or released version for other OS
243-
# versions. See issue2551368. 'pip install gpg' should work.
243+
# versions. See issue2551368. 'pip install gpg' should work
244+
# at some point when things are released to the production repo.
244245
pip install --index-url https://test.pypi.org/simple/ \
245-
--extra-index-url https://pypi.org/simple --pre gpg;
246+
--extra-index-url https://pypi.org/simple gpg;
246247
247248
- name: Install aux packages that need versions differences
248249
# if zstd fails install, keep going with test, don't abort

0 commit comments

Comments
 (0)