Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JingWeiLyu authored and JingWeiLyu committed Mar 30, 2023
1 parent 4831c3b commit 68f89e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: actions/checkout@v2

- name: Build and publish to test pypi
uses: JRubics/poetry-publish@v1.5
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build and publish to test pypi
uses: JRubics/poetry-publish@v1.5
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: 'sencore'
Expand Down

0 comments on commit 68f89e7

Please sign in to comment.