File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222 with :
2323 fetch-depth : 0
24- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
24+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2525 with :
2626 python-version : 3.8
2727
4646
4747 - name : Publish distribution 📦 to PyPI
4848 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
5050 with :
5151 user : __token__
5252 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 8888 with :
8989 fetch-depth : 0
9090 - 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
9292 with :
9393 python-version : ${{ matrix.python-version }}
9494 - name : Install Tox
You can’t perform that action at this time.
0 commit comments