File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
12version : 2
23updates :
34 - package-ecosystem : " pip"
Original file line number Diff line number Diff line change 2828 user : __token__
2929 password : ${{ secrets.PYPI_API_TOKEN }}
3030
31+ - name : Test publish package
32+ uses : pypa/gh-action-pypi-publish@release/v1
33+ with :
34+ user : __token__
35+ password : ${{ secrets.PYPI_API_TOKEN }}
36+ repository-url : https://test.pypi.org/legacy/
37+
3138 - name : Create GitHub Release
3239 env :
3340 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " realpython-reader"
7- version = " 1.1.2 "
7+ version = " 1.1.3 "
88description = " Read the latest Real Python tutorials"
99readme = " README.md"
1010authors = [{
name =
" Real Python" ,
email =
" [email protected] " }]
@@ -31,7 +31,7 @@ requires-python = ">=3.7"
3131
3232
3333[tool .bumpver ]
34- current_version = " 1.1.2 "
34+ current_version = " 1.1.3 "
3535version_pattern = " MAJOR.MINOR.PATCH"
3636commit_message = " bump version {old_version} -> {new_version}"
3737commit = true
Original file line number Diff line number Diff line change 1919
2020
2121# Version of realpython-reader package
22- __version__ = "1.1.2 "
22+ __version__ = "1.1.3 "
2323
2424# Read URL of the Real Python feed from config file
2525_cfg = tomllib .loads (resources .read_text ("reader" , "config.toml" ))
Original file line number Diff line number Diff line change 4040Version:
4141--------
4242
43- - realpython-reader v1.1.2
43+ - realpython-reader v1.1.3
4444"""
4545# Standard library imports
4646import sys
You can’t perform that action at this time.
0 commit comments