File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 2323 - created
2424
2525jobs :
26- # TODO: remove once 1.8.x is discontinued
27- release-1-8-x :
28- runs-on : ubuntu-latest
29- container :
30- image : python:3.11
31- steps :
32- - uses : actions/checkout@v3
33- - name : Install dependencies
34- run : make dev-env
35- - name : lint
36- run : make lint
37- - name : test
38- run : make test
39- - name : Set version
40- run : make set-version
41- - name : Build binary wheel and source tarball
42- run : make dist
43- - name : Install publish dependencies
44- run : python -m pip install twine~=6.1
45- - name : Push to pypi
46- run : |
47- export TWINE_USERNAME=__token__
48- export TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }}
49- python -m twine upload dist/storey-*.whl
50-
5126 release :
5227 runs-on : ubuntu-latest
5328 container :
You can’t perform that action at this time.
0 commit comments