File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 publish :
3737 needs : test
3838 runs-on : ubuntu-latest
39- environment : main_environment
39+ environment : test_environment
4040 if : github.event_name == 'release' && github.event.action == 'published'
4141
4242 steps :
5555 pip install build
5656 - name : Build package
5757 run : python -m build
58- - name : Publish package
58+ - name : Publish package to TestPyPI
5959 uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
6060 with :
6161 user : __token__
62- password : ${{ secrets.PYPI_API_TOKEN }}
62+ password : ${{ secrets.TEST_PYPI_API_TOKEN }}
63+ repository_url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " peepdb"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " A quick database table viewer"
99authors = [
1010 {name = " Evangelos Meklis" , email = " vmeklis@hotmail.com" },
Original file line number Diff line number Diff line change 55
66setup (
77 name = "peepdb" ,
8- version = "0.1.1 " ,
8+ version = "0.1.2 " ,
99 author = "Evangelos Meklis" ,
1010 author_email = "vmeklis@hotmail.com" ,
1111 description = "A quick database table viewer" ,
You can’t perform that action at this time.
0 commit comments