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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 with :
2323 fetch-depth : 0
24- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
24+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2525 with :
2626 python-version : ' 3.10'
2727
4646
4747 - name : Publish distribution 📦 to PyPI
4848 if : startsWith(github.ref, 'refs/tags')
49- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
49+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
5050 with :
5151 user : __token__
5252 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 7979 with :
8080 fetch-depth : 0
8181 - name : Set up Python ${{ matrix.python-version }}
82- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
82+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
8383 with :
8484 python-version : ${{ matrix.python-version }}
8585 - name : Install Tox
You can’t perform that action at this time.
0 commit comments