Skip to content

Commit

Permalink
build(pip): use Python 3.12 (#93)
Browse files Browse the repository at this point in the history
for:
- building and pushing to PyPI
- upgrading requirements file (pip-compile)
  • Loading branch information
César Román authored Oct 29, 2024
1 parent 698eaeb commit f1b89b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v4
with:
path: requirements.txt
python-version: '3.12'
secrets:
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
gpg-sign-passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
needs:
- tox
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4
with:
python-version: '3.12'
secrets:
password: ${{ secrets.PYPI_API_TOKEN_INCENDIUM_STUBS }}

0 comments on commit f1b89b5

Please sign in to comment.