Skip to content

Commit 4495944

Browse files
author
Release Manager
committed
Trac #34296: GH Actions: Upload wheels to PyPI
Follow-up from #33800. Wheels built OK in 9.7.beta7 - https://github.com/sagemath/sage/runs/7641734792, so we can now activate the automatic upload to PyPI. URL: https://trac.sagemath.org/34296 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 6b373e6 + c1e4a2b commit 4495944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
upload_wheels:
139139
needs: build_wheels
140140
runs-on: ubuntu-latest
141+
env:
142+
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
141143
steps:
142144

143145
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)