Skip to content

Commit

Permalink
chore(workflow): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah authored Jul 29, 2024
1 parent 6fbfe7f commit 3d354d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run latest-tag
uses: EndBug/latest-tag@v1
Expand All @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Initialize Python 3.8
uses: actions/setup-python@v1
- name: Initialize Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.10

- name: Install dependencies
run: |
Expand All @@ -41,4 +41,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3d354d5

Please sign in to comment.