Skip to content

Commit

Permalink
chore: Update release action to publish to PyPI
Browse files Browse the repository at this point in the history
Release-As: 0.1.1
  • Loading branch information
karls authored Jan 9, 2023
1 parent 3d5642b commit c278b10
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 @@ -68,4 +68,4 @@ jobs:
- name: Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build --dry-run
poetry publish --build

0 comments on commit c278b10

Please sign in to comment.