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 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.4 .0
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Cache pip
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.4 .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