Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0548fe1
Author: Y.D.X <73375426+YDX-2147483647@users.noreply.github.com>
Date:   Fri May 5 08:06:50 2023 +0800

    ci: Lock urllib3 version

    Resolves #2

commit 0567682
Author: Y.D.X <73375426+YDX-2147483647@users.noreply.github.com>
Date:   Thu May 4 23:52:38 2023 +0800

    ci: Debug pdm dependencies

    What's requests version?

commit 7726e85
Author: Y.D.X <73375426+YDX-2147483647@users.noreply.github.com>
Date:   Thu May 4 23:18:02 2023 +0800

    ci: Revert to python 3.11

commit 3501e6b
Author: Y.D.X <73375426+YDX-2147483647@users.noreply.github.com>
Date:   Thu May 4 23:12:17 2023 +0800

    ci: Try python 3.10

commit 92f3ccc
Author: Y.D.X <73375426+YDX-2147483647@users.noreply.github.com>
Date:   Thu May 4 23:03:08 2023 +0800

    ci: Add '-v' to see the detailed traceback
  • Loading branch information
YDX-2147483647 committed May 5, 2023
1 parent 2d703f3 commit fcb0673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- v*
workflow_dispatch:

jobs:
pypi-publish:
Expand All @@ -19,6 +20,8 @@ jobs:
with:
python-version: 3.11
cache: true
env:
PDM_DEPS: 'urllib3<2'
- name: Build distributions
run: pdm build
- name: Publish to PyPI
Expand Down

0 comments on commit fcb0673

Please sign in to comment.