File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 88 build :
99 if : github.repository == 'jazzband/django-fsm-log'
1010 runs-on : ubuntu-latest
11+ environment : pypi
12+ permissions :
13+ id-token : write
1114
1215 steps :
1316 - uses : actions/checkout@v6
2932 uv build
3033 uvx twine check dist/*
3134
32- - name : Upload packages to Jazzband
35+ - name : Upload packages to Pypi
3336 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3437 uses : pypa/gh-action-pypi-publish@release/v1
35- with :
36- user : jazzband
37- password : ${{ secrets.JAZZBAND_RELEASE_KEY }}
38- attestations : false
39- repository-url : https://jazzband.co/projects/django-fsm-log/upload
40- verbose : true
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1414
1515## Changelog
1616
17- ## 5.0.1 ( 2026-01-27 )
17+ ## 5.0.2 ( 2026-01-27 )
18+
19+ - Try to publish straight to pypi thanks to oicd trusted publishing process
20+
21+ ## 5.0.1 ( :x : )
1822
1923- switch from setuptools to hatchling
2024
You can’t perform that action at this time.
0 commit comments