File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1212 # IMPORTANT: this permission is mandatory for trusted publishing
1313 id-token : write
1414 steps :
15- # retrieve your distributions here
15+ - name : Set up Python 3
16+ uses : actions/setup-python@v3
17+ - name : Set up Python
18+ uses : actions/setup-python@v4
19+ with :
20+ python-version : ' 3.x'
21+ - name : Install dependencies
22+ run : |
23+ python -m pip install --upgrade pip
24+ pip install -r requirements.txt
25+ pip install build
26+ - name : Build package
27+ run : python -m build
1628 - name : Publish package distributions to PyPI
17- uses : pypa/gh-action-pypi-publish@release/v1
29+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 2626]
2727setuptools .setup (
2828 name = name ,
29- version = "0.0.2 " ,
29+ version = "0.0.3 " ,
3030 description = description ,
3131 author = "CloudQuery LTD" ,
323233- license = "Apache 2.0" ,
33+ license = "MPL- 2.0" ,
3434 url = url ,
3535 classifiers = [
3636 # release_status,
You can’t perform that action at this time.
0 commit comments