File tree 3 files changed +2
-25
lines changed
3 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Run pre-commit
30
30
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 1
1
Release History
2
2
===============
3
3
4
- 1.0.0 (2024-12-04)
4
+ 1.0.1 (2024-12-04)
5
5
-------------------
6
6
* First release
Original file line number Diff line number Diff line change 3
3
__url__ = "https://github.com/thewebscraping/tls-requests"
4
4
__author__ = "Tu Pham"
5
5
__author_email__ = "[email protected] "
6
- __version__ = "1.0.0 "
6
+ __version__ = "1.0.1 "
7
7
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments