Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 9, 2022
1 parent 063fd9a commit 03b9538
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -32,18 +32,18 @@ jobs:
name: ZipApp
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: excitedleigh/setup-nox@v2.0.0
- uses: excitedleigh/setup-nox@main
with:
python-version: 3.7

- name: Make ZipApp
run: nox -s zipapp

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: zipapp
path: particle.pyz
Expand All @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 03b9538

Please sign in to comment.