Skip to content

Commit

Permalink
fix: add publish arg --repository testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tseing committed Apr 22, 2024
1 parent 2a0e9c9 commit 91554d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: pdm-project/setup-pdm@v3

- name: Publish package distributions to TestPyPI
run: pdm publish
run: pdm publish --repository testpypi

0 comments on commit 91554d8

Please sign in to comment.