Skip to content

Commit

Permalink
normal download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Feb 14, 2023
1 parent 1ad19b6 commit 3a7fa2f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
if: github.ref != 'refs/tags/docker-build'
needs: [build, test]
steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
- name: Download dist
uses: actions/download-artifact@v3
with:
workflow: build.yml
run_id: ${{github.run_id}}
name: dist
path: dist
- name: Install dependencies
run: |
pip3 install twine
Expand Down

0 comments on commit 3a7fa2f

Please sign in to comment.