File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 version : " latest"
2727
28- - name : Build and publish package
29- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
28+ - name : Install twine
29+ run : |
30+ uv pip install twine
31+
32+ - name : Build package
3033 run : |
3134 uv build
32- uv publish --username jazzband --password ${{ secrets.JAZZBAND_RELEASE_KEY }} --repository-url https://jazzband.co/projects/django-user-sessions/upload
35+
36+ - name : Upload packages to Jazzband
37+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
38+ run : |
39+ uv run twine upload --username jazzband --password ${{ secrets.JAZZBAND_RELEASE_KEY }} --repository-url https://jazzband.co/projects/django-user-sessions/upload dist/*
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ 3.0.2
5+ ----------
6+ * Second fix for release workflow.
7+
483.0.1
59----------
610* Fix for release workflow with pyproject.toml and uv.
You can’t perform that action at this time.
0 commit comments