Skip to content

Commit

Permalink
actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphicRav authored Apr 2, 2024
1 parent 2b3c224 commit 79ad735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: poetry build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 79ad735

Please sign in to comment.