Skip to content

Commit 1cc693c

Browse files
authored
Update pythonpublish.yml
1 parent dcaa1d4 commit 1cc693c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.10"
2121
- name: Install dependencies
@@ -29,4 +29,4 @@ jobs:
2929
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3030
run: |
3131
python setup.py sdist bdist_wheel
32-
twine upload dist/*
32+
twine upload dist/*

0 commit comments

Comments
 (0)