Commit 1994691a by Henry Schreiner Committed by GitHub

ci: download artifact issue

parent 0fc5774c
...@@ -78,12 +78,12 @@ jobs: ...@@ -78,12 +78,12 @@ jobs:
steps: steps:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- uses: actions/download_artifacts@v2 - uses: actions/download-artifact@v2
with: with:
path: dist path: dist
name: artifact name: artifact
- uses: pypa/gh-action-pypi-publish@v1.3.1 - uses: pypa/gh-action-pypi-publish@v1.4.1
with: with:
user: __token__ user: __token__
password: ${{ secrets.pypi_password }} password: ${{ secrets.pypi_password }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment