Skip to content

Commit b453189

Browse files
authored
Update action versions
1 parent 51f9d1c commit b453189

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set up Python 3.9
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.9
1616
- name: Install pypa/build
@@ -28,6 +28,6 @@ jobs:
2828
--outdir dist/
2929
.
3030
- name: Publish distribution to PyPI
31-
uses: pypa/gh-action-pypi-publish@v1.8.4
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
33-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)