Skip to content

Commit

Permalink
Merge pull request #13 from louis-richard/master
Browse files Browse the repository at this point in the history
update devel
  • Loading branch information
louis-richard committed Mar 11, 2024
2 parents 8992b92 + a9fa351 commit e9bda89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install keyrings.alt
pytest --cov=./ --cov-report=xml
- name: Check that release process is not broken
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
Expand Down

0 comments on commit e9bda89

Please sign in to comment.