Skip to content

Commit

Permalink
Don't specify PyPI repository (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Aug 5, 2023
1 parent 2376e4c commit f6bebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: poetry publish --build --repository=pypi
run: poetry publish --build

0 comments on commit f6bebc5

Please sign in to comment.