Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 8330:3283f30623d0 | 8331:d185fa6c4629 |
|---|---|
| 238 # gpg on PyPi is currently broken with newer OS platform | 238 # gpg on PyPi is currently broken with newer OS platform |
| 239 # ubuntu 24.04 | 239 # ubuntu 24.04 |
| 240 # used for newer Python versions. Temporarily use the | 240 # used for newer Python versions. Temporarily use the |
| 241 # testing index, which contains a newer version of the | 241 # testing index, which contains a newer version of the |
| 242 # bindings on 24.04 or released version for other OS | 242 # 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. | |
| 244 pip install --index-url https://test.pypi.org/simple/ \ | 245 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; |
| 246 | 247 |
| 247 - name: Install aux packages that need versions differences | 248 - name: Install aux packages that need versions differences |
| 248 # if zstd fails install, keep going with test, don't abort | 249 # if zstd fails install, keep going with test, don't abort |
| 249 run: | | 250 run: | |
| 250 set -xv | 251 set -xv |
