File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
33
33
# We do this, since failures on test.pypi aren't that bad
34
34
- name : Publish to Test PyPI
35
35
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
37
37
with :
38
38
user : __token__
39
39
password : ${{ secrets.test_pypi_password }}
40
40
repository_url : https://test.pypi.org/legacy/
41
41
42
42
- name : Publish distribution 📦 to PyPI
43
43
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
45
45
with :
46
46
user : __token__
47
47
password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
# We do this, since failures on test.pypi aren't that bad
27
27
- name : Publish to Test PyPI
28
28
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
30
30
with :
31
31
user : __token__
32
32
password : ${{ secrets.test_pypi_password }}
33
33
repository_url : https://test.pypi.org/legacy/
34
34
35
35
- name : Publish distribution 📦 to PyPI
36
36
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
38
38
with :
39
39
user : __token__
40
40
password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ coverage ==7.6.*
2
2
pytest ==8.1.1
3
3
pytest-benchmark ==4.0.0
4
4
pytest-timeout ==2.3.1
5
- pytest-cov ==5 .0.0
5
+ pytest-cov ==6 .0.0
6
6
pytest-xdist ==3.6.1
7
7
pytest-random-order ==1.1.1
8
8
pytest-timestamper ==0.0.10
You can’t perform that action at this time.
0 commit comments