File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,20 +73,20 @@ jobs:
73
73
&& 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 \
74
74
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
75
75
&& ls -l upstream/
76
- - uses : actions/upload-artifact@v3
76
+ - uses : actions/upload-artifact@v4
77
77
with :
78
78
path : upstream
79
79
name : upstream
80
80
81
81
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
84
84
with :
85
85
# Sage distribution packages to build
86
86
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
90
90
upstream_artifact : upstream
91
91
# We prefix the image name with the SPKG name ("setuptools-") to avoid the error
92
92
# 'Package "sage-docker-..." is already associated with another repository.'
You can’t perform that action at this time.
0 commit comments