File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 if : startsWith(github.ref, 'refs/tags/v') # On tagged release only
88 runs-on : ubuntu-latest
99 environment :
10- name : pypi
10+ name : release
1111 url : https://pypi.org/p/openpaygo
1212 permissions :
1313 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1414 steps :
15- # retrieve your distributions here
15+ - uses : actions/checkout@v4
16+ - name : Set up Python
17+ uses : actions/setup-python@v4
18+ with :
19+ python-version : " 3.x"
20+ - name : Generate package distribution
21+ run : python3 setup.py sdist
1622 - name : Publish package distributions to PyPI
1723 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -148,6 +148,6 @@ elif token_type == TokenType.INVALID:
148148
149149## Changelog
150150
151- ### 2023-10-03 - v0.1.3
151+ ### 2023-10-03 - v0.1.7
152152- First working version published on PyPI
153153- Setup CI for pushing to PyPI
Original file line number Diff line number Diff line change 11[metadata]
22name = openpaygo
3- version = 0.1.3
3+ version = 0.1.7
44url = https://github.com/openpaygo/openpaygo-python
55description-file =README.md
66license_files =LICENSE
Original file line number Diff line number Diff line change 44setup (
55 name = "openpaygo" ,
66 packages = find_packages (),
7- version = '0.1.3 ' ,
7+ version = '0.1.7 ' ,
88 license = 'MIT' ,
99 author = "Solaris Offgrid" ,
1010 url = 'https://github.com/openpaygo/openpaygo-python' ,
You can’t perform that action at this time.
0 commit comments