File tree Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Run pre-commit
3030 uses :
pre-commit/[email protected] 31-
32- deploy :
33- needs : build
34- runs-on : ubuntu-latest
35- if : github.ref == 'refs/heads/main' && github.event_name == 'push'
36- steps :
37- - uses : actions/checkout@v4
38- - name : Configure Git Credentials
39- run : |
40- git config user.name github-actions[bot]
41- git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42- - uses : actions/setup-python@v5
43- with :
44- python-version : ' 3.10'
45- - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
46- - uses : actions/cache@v4
47- with :
48- key : mkdocs-material-${{ env.cache_id }}
49- path : .cache
50- restore-keys : |
51- mkdocs-material-
52- - run : pip install -r requirements.txt
53- - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 11Release History
22===============
33
4- 1.0.0 (2024-12-04)
4+ 1.0.1 (2024-12-04)
55-------------------
66* First release
Original file line number Diff line number Diff line change 33__url__ = "https://github.com/thewebscraping/tls-requests"
44__author__ = "Tu Pham"
55__author_email__ = "[email protected] " 6- __version__ = "1.0.0 "
6+ __version__ = "1.0.1 "
77__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments