File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
with :
23
23
fetch-depth : 0
24
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
24
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
25
25
with :
26
26
python-version : 3.8
27
27
46
46
47
47
- name : Publish distribution 📦 to PyPI
48
48
if : startsWith(github.ref, 'refs/tags')
49
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
49
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
50
50
with :
51
51
user : __token__
52
52
password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 88
88
with :
89
89
fetch-depth : 0
90
90
- name : Set up Python ${{ matrix.python-version }}
91
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
91
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
92
92
with :
93
93
python-version : ${{ matrix.python-version }}
94
94
- name : Install Tox
You can’t perform that action at this time.
0 commit comments