File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v4.2.2
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v5.3 .0
15+ uses : actions/setup-python@v5.5 .0
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Cache pip
19- uses : actions/cache@v4.2.0
19+ uses : actions/cache@v4.2.3
2020 with :
2121 # This path is specific to Ubuntu
2222 path :
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4.2.2
1616 - name : Set up Python
17- uses : actions/setup-python@v5.3 .0
17+ uses : actions/setup-python@v5.5 .0
1818 with :
1919 python-version : " 3.x"
2020 - name : Install dependencies
3333 --outdir dist/
3434 .
3535 - name : Publish distribution package to PyPI
36- uses : pypa/gh-action-pypi-publish@v1.12.3
36+ uses : pypa/gh-action-pypi-publish@v1.12.4
3737 with :
3838 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments