Skip to content

Commit 2811b95

Browse files
committed
Final fix for release workflow
1 parent ddf80c7 commit 2811b95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install twine
2929
run: |
30-
uv pip install twine
30+
uv tool install twine
3131
3232
- name: Build package
3333
run: |
@@ -36,4 +36,4 @@ jobs:
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/*

docs/release-notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
3.0.3
5+
----------
6+
* Final!! fix for release workflow.
7+
48
3.0.2
59
----------
610
* Second fix for release workflow.

0 commit comments

Comments
 (0)