Skip to content

Commit f8a68f9

Browse files
authored
Update publish-package.yml
1 parent caa8d95 commit f8a68f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3.5.3
2929
- name: Set up Python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v4.7.0
3131
with:
3232
python-version: '3.x'
3333
- name: Install dependencies
@@ -40,4 +40,4 @@ jobs:
4040
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4141
run: |
4242
python setup.py sdist bdist_wheel
43-
twine upload dist/*
43+
twine upload dist/*

0 commit comments

Comments
 (0)