Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 8331:d185fa6c4629
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Jun 2025 15:09:05 -0400 |
| parents | 375c9f63f877 |
| children | ac48adc9ed39 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Jun 11 17:21:57 2025 -0400 +++ b/.github/workflows/ci-test.yml Thu Jun 19 15:09:05 2025 -0400 @@ -240,9 +240,10 @@ # used for newer Python versions. Temporarily use the # testing index, which contains a newer version of the # bindings on 24.04 or released version for other OS - # versions. See issue2551368. 'pip install gpg' should work. + # versions. See issue2551368. 'pip install gpg' should work + # at some point when things are released to the production repo. pip install --index-url https://test.pypi.org/simple/ \ - --extra-index-url https://pypi.org/simple --pre gpg; + --extra-index-url https://pypi.org/simple gpg; - name: Install aux packages that need versions differences # if zstd fails install, keep going with test, don't abort
