Skip to content

Commit df4f1f5

Browse files
authored
Merge branch 'main' into dependabot-pip-coverage-7.6.4
2 parents ced0da4 + e0ab67a commit df4f1f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
# We do this, since failures on test.pypi aren't that bad
3434
- name: Publish to Test PyPI
3535
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
36-
uses: pypa/gh-action-pypi-publish@v1.10.2
36+
uses: pypa/gh-action-pypi-publish@v1.11.0
3737
with:
3838
user: __token__
3939
password: ${{ secrets.test_pypi_password }}
4040
repository_url: https://test.pypi.org/legacy/
4141

4242
- name: Publish distribution 📦 to PyPI
4343
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
44-
uses: pypa/gh-action-pypi-publish@v1.10.2
44+
uses: pypa/gh-action-pypi-publish@v1.11.0
4545
with:
4646
user: __token__
4747
password: ${{ secrets.pypi_password }}

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
# We do this, since failures on test.pypi aren't that bad
2727
- name: Publish to Test PyPI
2828
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
29-
uses: pypa/gh-action-pypi-publish@v1.10.2
29+
uses: pypa/gh-action-pypi-publish@v1.11.0
3030
with:
3131
user: __token__
3232
password: ${{ secrets.test_pypi_password }}
3333
repository_url: https://test.pypi.org/legacy/
3434

3535
- name: Publish distribution 📦 to PyPI
3636
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
37-
uses: pypa/gh-action-pypi-publish@v1.10.2
37+
uses: pypa/gh-action-pypi-publish@v1.11.0
3838
with:
3939
user: __token__
4040
password: ${{ secrets.pypi_password }}

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage ==7.6.*
22
pytest ==8.1.1
33
pytest-benchmark ==4.0.0
44
pytest-timeout ==2.3.1
5-
pytest-cov ==5.0.0
5+
pytest-cov ==6.0.0
66
pytest-xdist ==3.6.1
77
pytest-random-order ==1.1.1
88
pytest-timestamper ==0.0.10

0 commit comments

Comments
 (0)