Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini authored Sep 19, 2023
1 parent 5ff4674 commit 5a3ae41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -27,4 +27,4 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/* --verbose --skip-existing -u __token__ -p "$PYPI_TOKEN"
twine upload dist/* --verbose --skip-existing -u __token__ -p "$PYPI_TOKEN"

0 comments on commit 5a3ae41

Please sign in to comment.