Skip to content

Commit

Permalink
token sorted ... maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel committed Dec 19, 2024
1 parent 75f3ad7 commit ff47876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
attestations: false
verbose: true
password: ${{ secrets.TESTPYPI_API_TOKEN }}
# verbose: true
# password: ${{ secrets.TESTPYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: ./.github/workflows/_dist.yml

pypi:
# if: github.ref_type == 'tag'
if: github.ref_type == 'tag'
needs: dist
uses: ./.github/workflows/_pypi.yml
# permissions:
Expand Down

0 comments on commit ff47876

Please sign in to comment.