File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4040 " ms-azuretools.vscode-docker" ,
4141 " ritwickdey.LiveServer" ,
4242 " ms-vscode.makefile-tools" ,
43- " bungcip. better-toml" ,
43+ " tamasfe.even- better-toml" ,
4444 " ms-python.vscode-pylance" ,
4545 " ms-azuretools.vscode-docker"
4646 ]
Original file line number Diff line number Diff line change 77jobs :
88 main :
99 runs-on : ubuntu-latest
10+ permissions :
11+ id-token : write
12+ environment : pypi
1013 steps :
1114 - uses : actions/checkout@v4
1215 - name : Set up Python 3.10
1922 - name : Build package
2023 run : |
2124 make build
25+ - name : Publish package to Pypi
26+ uses : pypa/gh-action-pypi-publish@release/v1
2227 env :
23- TWINE_USERNAME : ${{ secrets.pypi_username }}
24- TWINE_PASSWORD : ${{ secrets.pypi_password }}
28+ repository-url : https://pypi.org/project/UnleashClient/
2529 - name : Build docs
2630 run : |
2731 make install-docs
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ test: lint pytest specification-test
1111
1212precommit : clean generate-requirements
1313
14- build : clean build-package upload
14+ build : clean build-package
1515
1616build-local : clean build-package
1717
6363build-package :
6464 python -m build
6565
66- upload :
67- twine upload dist/*
68-
6966# -----------------------------------------------------------------------
7067# Docs
7168# -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments