Skip to content

Commit

Permalink
Render template ../cookiecutter-python-cli at 50501c7d0f
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Dec 18, 2023
1 parent 294f91d commit 91a2c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make dist
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -44,7 +44,7 @@ jobs:
id-token: write
steps:
- name: Fetch artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 91a2c7a

Please sign in to comment.