File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+
89permissions :
910 contents : write
1011 pull-requests : write
@@ -14,12 +15,20 @@ jobs:
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Checkout code
17- uses : actions/checkout@v3
18-
18+ uses : actions/checkout@v4
1919 - uses : google-github-actions/release-please-action@v4
2020 id : release
2121 with :
2222 release-type : python
23- package-name : qscaler
24- version-file : pyproject.toml
25- token : ${{ secrets.GIT_TOKEN }}
23+ token : ${{ secrets.GIT_TOKEN }}
24+ pypi-publish :
25+ runs-on : ubuntu-latest
26+ steps :
27+ - name : Checkout code
28+ uses : actions/checkout@v4
29+ - name : Build and publish to pypi
30+ uses : JRubics/poetry-publish@v2.1
31+ with :
32+ pypi_token : ${{ secrets.PYPI_TOKEN }}
33+ build_format : " wheel"
34+ poetry_install_options : " --without lint --without test"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments