Skip to content

Commit

Permalink
cicd: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegobit committed Aug 21, 2024
1 parent f84ab3a commit 9cf6d81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
name: Set up Python
with:
python-version: "3.7"
python-version: "3.11"

- name: Install pypa/build
run: >-
Expand All @@ -41,4 +41,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9cf6d81

Please sign in to comment.