Skip to content

Commit

Permalink
Update deployment criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Jun 3, 2024
1 parent ea5acef commit 867d6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- python-version: '3.12'
pip-version: '22.3'
env:
DEPLOY_PYTHONS: "3.11"
DEPLOY_PYTHONS: "3.12"
DEPLOY_OSES: "Linux"
DEPLOY_PIPS: "23.3"
DEPLOY_SETUPTOOLS: "69.0"
DEPLOY_PIPS: "24.0"
DEPLOY_SETUPTOOLS: "70.0"
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 867d6a9

Please sign in to comment.