Skip to content

Commit

Permalink
Dry run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Oct 30, 2024
1 parent 97c3f62 commit b987fdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest tests
- name: Test publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_publish_options: "--dry-run"

0 comments on commit b987fdc

Please sign in to comment.