Skip to content

Commit

Permalink
Merge branch 'master' into huniafatima/drop-python3.8-support
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi authored Sep 10, 2024
2 parents cce9f17 + 51b2d4a commit 0371924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
python-version: ['3.11', '3.12']
toxenv: [docs, quality, django42]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

push:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 comments on commit 0371924

Please sign in to comment.