Skip to content

Commit f06ed6f

Browse files
committed
.github/workflows/ci-sage.yml: Use passagemath
1 parent 6ead555 commit f06ed6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci-sage.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@ jobs:
7373
&& echo "sage-package create ${{ env.SPKG }} --pypi --source normal --type standard; sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
7474
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
7575
&& ls -l upstream/
76-
- uses: actions/upload-artifact@v3
76+
- uses: actions/upload-artifact@v4
7777
with:
7878
path: upstream
7979
name: upstream
8080

8181
linux:
82-
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
83-
uses: sagemath/sage/.github/workflows/docker.yml@develop
82+
# https://github.com/passagemath/passagemath/blob/main/.github/workflows/docker.yml
83+
uses: passagemath/passagemath/.github/workflows/docker.yml@main
8484
with:
8585
# Sage distribution packages to build
8686
targets: setuptools pyzmq
87-
# Standard setting: Test the current beta release of Sage:
88-
sage_repo: sagemath/sage
89-
sage_ref: develop
87+
# Standard setting: Test the current main of passagemath:
88+
sage_repo: passagemath/passagemath
89+
sage_ref: main
9090
upstream_artifact: upstream
9191
# We prefix the image name with the SPKG name ("setuptools-") to avoid the error
9292
# 'Package "sage-docker-..." is already associated with another repository.'

0 commit comments

Comments
 (0)