File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Publish to PyPI
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ environment : pypi
11+ permissions :
12+ id-token : write # Required for trusted publishing
13+
14+ steps :
15+ - uses : actions/checkout@v4
16+
17+ - uses : actions/setup-python@v5
18+ with :
19+ python-version : " 3.12"
20+
21+ - name : Install build tools
22+ run : pip install build
23+
24+ - name : Build package
25+ run : python -m build
26+
27+ - name : Publish to PyPI
28+ uses : pypa/gh-action-pypi-publish@release/v1
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2525)
2626from .whip import whip_delete , whip_offer
2727
28- logger = logging .getLogger ("streamcoreai " )
28+ logger = logging .getLogger ("streamcore " )
2929
3030
3131class Client :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments