Skip to content

Commit

Permalink
GitHub workflows: added testpypi URL to _publish_package_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Jan 11, 2024
1 parent 7e39a09 commit a7ca971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
name: artifact
path: ./dist/
- uses: pypa/gh-action-pypi-publish@v1.5.2
- uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/_publish_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
name: artifact
path: ./dist/
- uses: pypa/gh-action-pypi-publish@v1.5.2
- uses: pypa/gh-action-pypi-publish@v1.8.11
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 comments on commit a7ca971

Please sign in to comment.