Skip to content

Commit

Permalink
Merge pull request #328 from pcattori/release-0.10.0
Browse files Browse the repository at this point in the history
fix(ci): build poetry artifacts BEFORE publishing
  • Loading branch information
pcattori committed Jan 24, 2020
2 parents 4c131c0 + 354cd1b commit b9de2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
run: poetry publish
run: poetry publish --build

0 comments on commit b9de2ae

Please sign in to comment.