Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 8, 2021
1 parent 0b054c4 commit 7e4e061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/
path: dist/*.tar.gz
deploy-pypi:
needs: build
runs-on: ubuntu-latest
Expand All @@ -49,7 +49,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*
twine upload mitama-*.tar.gz
deploy-docker:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e4e061

Please sign in to comment.