Skip to content

Commit

Permalink
disable pdm prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Jul 24, 2023
1 parent 03c4ea0 commit f111a0f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: true
architecture: x64
prerelease: true
enable-pep582: true
env:
PDM_DEPS: "urllib3<2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: true
architecture: x64
prerelease: true
enable-pep582: true
env:
PDM_DEPS: "urllib3<2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: true
architecture: x64
prerelease: true
enable-pep582: true
env:
PDM_DEPS: "urllib3<2"
Expand Down

0 comments on commit f111a0f

Please sign in to comment.