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 : CI
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ name : Publish
10+ runs-on : ubuntu-20.04
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-python@v2
14+ with :
15+ python-version : 3.8
16+ - name : Get Poetry
17+ uses : abatilo/actions-poetry@v2.1.4
18+ with :
19+ poetry-version : 1.1.12
20+ - name : Install
21+ run : poetry install
22+ - name : Publish
23+ run : poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- tags :
8- - ' **'
97 pull_request : {}
108
119jobs :
Original file line number Diff line number Diff line change 1- # Remember to update the version in the pyproject.toml.
21repos :
32- repo : https://github.com/timothycrosley/isort
43 rev : 5.10.1
Original file line number Diff line number Diff line change 22name = " esridumpgdf"
33version = " 0.1.0"
44description = " "
5+ readme = " README.md"
56authors = [" wchatx <wchatx@gmail.com>" ]
67license = " MIT"
78
You can’t perform that action at this time.
0 commit comments