Skip to content

Commit

Permalink
Fix publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic authored Sep 18, 2020
1 parent 3b1c3dd commit 9e1fc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Package and publish with Poetry
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish
poetry publish --build
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
- name: Publish to Docker Hub
Expand All @@ -29,4 +29,4 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}


0 comments on commit 9e1fc5b

Please sign in to comment.