Skip to content

Commit

Permalink
ci: download artifact issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 30, 2020
1 parent 0fc5774 commit 1994691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
steps:
- uses: actions/setup-python@v2

- uses: actions/download_artifacts@v2
- uses: actions/download-artifact@v2
with:
path: dist
name: artifact

- uses: pypa/gh-action-pypi-publish@v1.3.1
- uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 1994691

Please sign in to comment.