Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
colinahill committed Mar 14, 2024
1 parent 7776bb2 commit f5d3925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Publish package
run: |
poetry config pypi-token.pypi ${{ secrets.TEST_PYPI_API_TOKEN }}
poetry publish -r testpypi
poetry publish -r test-pypi

0 comments on commit f5d3925

Please sign in to comment.