Skip to content

Commit

Permalink
fix(cd): change artifact name (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoursehorse authored Oct 31, 2023
1 parent eefd180 commit a0c0d81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

concurrency:
group: "pages"
cancel-in-progress: true

jobs:

bump-version:
Expand Down Expand Up @@ -97,6 +101,7 @@ jobs:
uses: actions/deploy-pages@v2

dist:
needs: [bump-version]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -115,7 +120,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
name: Packages
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a0c0d81

Please sign in to comment.