File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Install twine
2929 run : |
30- uv pip install twine
30+ uv tool install twine
3131
3232 - name : Build package
3333 run : |
3636 - name : Upload packages to Jazzband
3737 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3838 run : |
39- uv run twine upload --username jazzband --password ${{ secrets.JAZZBAND_RELEASE_KEY }} --repository-url https://jazzband.co/projects/django-user-sessions/upload dist/*
39+ 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.3
5+ ----------
6+ * Final!! fix for release workflow.
7+
483.0.2
59----------
610* Second fix for release workflow.
You can’t perform that action at this time.
0 commit comments