File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 3535 - ubuntu-24.04-arm
3636 - windows-latest
3737 - windows-11-arm
38- - macos-14
3938 - macos-latest
4039 steps :
4140 - uses : actions/checkout@v4
5453 needs : [build_wheels, make_sdist]
5554 if :
5655 runs-on : ubuntu-latest
57- env :
58- CAN_DEPLOY : ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
5956 permissions :
6057 id-token : write
6158 attestations : write
7976 - name : Publish package distributions to PyPI
8077 uses : pypa/gh-action-pypi-publish@release/v1
8178 with :
82- user : __token__
83- password : ${{ secrets.SAGEMATH_PYPI_API_TOKEN }}
8479 verbose : true
85- if : env.CAN_DEPLOY == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
80+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments