Skip to content

Commit

Permalink
Merge pull request #57 from VincentAuriau/VincentAuriau-patch-1
Browse files Browse the repository at this point in the history
Update release.yaml
  • Loading branch information
VincentAuriau authored Nov 19, 2023
2 parents 17fd9be + 109d5ca commit 1f3baaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.6"
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -26,4 +26,4 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/*
run: twine upload dist/*

0 comments on commit 1f3baaf

Please sign in to comment.